- 03 Dec, 2022 40 commits
-
-
Jingwei Zhang authored
* update centerpoint, dgcnn, fcos3d and free_anchor metafile * check all metafile in configs * update centerpoint, pointpillars and second yml * rename PartA2 to parta2 in the name of config * update metafile in nuimages * update readme in nuimages
-
Xiangxu-0103 authored
* refactor voxelization for faster speed * fix doc typo
-
Xiangxu-0103 authored
* Update getting_started.md * Update getting_started.md
-
thinkthinking authored
-
Xiangxu-0103 authored
* add typeints for models/layers * Update builder.py
-
Jingwei Zhang authored
* update github action ci * install torch in ci * fix ci on win * add __init__ in tests/utils * add mmdet3d/testing for modeule importing in UT in win * fix diff path sep on UT * reduce RAM in voxel_generator * reduce RAM in anchor_generator * remove print in UT * fix lint * fix pvrcnn ut * fix lint * reduce channels in second_fpn
-
Xiangxu-0103 authored
* refactor configs of dgcnn * update * Update metafile.yml * Refactor dgcnn * Minor fixes in docstring Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
VVsssssk authored
* fix comments * fix config * fix * fix
-
Xiangxu-0103 authored
* support fcaf3d for s3dis dataset * Update convert_utils.py * Update seg3d_dataset.py * Delete compose.py * fix import error * use `mmengine.Compose` * Update s3dis-3d.py * Update fcaf3d_2xb8_s3dis-3d-5class.py * Update s3dis_dataset.py * update unittest for s3dis * update docs * use `mmcv.Compose` instead of `mmengine.Compose` * update docstring * fix s3dis preprocessing bug * Add typehint * Update config and fix s3dis dataset * update typehit * Update convert_utils.py * Update README and metafile Co-authored-by:Tai-Wang <tab_wang@outlook.com> fix __all__ keyword
-
Xiangxu-0103 authored
Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
Qing Lian authored
* modify sample_id to sample_id and support fov_image_based on waymo dataset * Update waymo_metric.py * Minor fix * Minor fix * Minor fix * Minor fix * Minor fix * Minor fix * Minor fixes * Minor fixes * Remove optional * fix dataset instances converting bugs * Add a blank line to fix the doc compilation format * Fix the bin file name in waymo_fov config * Resolve conflicts * fix ci and other things Co-authored-by:
Tai-Wang <tab_wang@outlook.com> Co-authored-by:
lianqing11 <lianqing11@foxmail.com> Co-authored-by:
ChaimZhu <zhuchenming@pjlab.org.cn>
-
Xiangxu-0103 authored
* refine doc * refine docs * replace `CLASSES` with `classes` * update doc * Minor fix Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
Shaun authored
* replace defaultformatbundle3d with pack3ddetinputs * remove normalize, pad, imagetotensor from configs * rm unused key 'img_norm_cfg' * fix lint errors * fix lint errors * fix lint error * xx
-
Jingwei Zhang authored
-
vavanade authored
* fix paths on Windows by using `pathlib` * refactor Path import
-
Xiangxu-0103 authored
* fix waymo converter * [Fix] Update waymo converter and fix lint * Update waymo_converter.py * Update kitti_converter.py * Update update_infos_to_v2.py * revert
-
VVsssssk authored
* add project in mmdet3d * fix * fix
-
VVsssssk authored
* fix a bug * fix a batch inference bug * fix docs
-
Erli Ouyang authored
fix lint
-
VVsssssk authored
* add pvrcnn module code * add voxelsa * fix * fix comments * fix comments * fix comments * add stack sa * fix * fix comments * fix comments * fix * add ut * fix comments
-
Jingwei Zhang authored
* support fast eval on waymo * support waymo evaluatioin more flexible and faster * support waymo evaluatioin more flexible and faster * renames * add docs * add guides for multi-thread evaluation toolkit * fix docstring * add download link for idx2metainfo * add docstring * set convert_kitti_format=False in Lidar-based methods * fix docs * add docstring
-
Xiangxu-0103 authored
* fix config * refactor import of `mmdet` * fix lint * fix lint
-
Xiangxu-0103 authored
-
Jingwei Zhang authored
-
Jingwei Zhang authored
-
ChaimZhu authored
* fix kitti test evaluation bugs * update
-
Xiangxu-0103 authored
-
Jingwei Zhang authored
* add loading converted keys and README, metafile * update readme * reorganize readme * add version in FCAF3d detector
-
ChaimZhu authored
-
ChaimZhu authored
* rame CLASS and PALETTE to class and palette * change mmcv-full to mmcv * fix comments
-
xiangxu-0103 authored
-
Jingwei Zhang authored
-
Wencheng Wu authored
* [Enhance] Add an example of pcd to bin format. * Fix installation and typo.
-
Xiangxu-0103 authored
-
Jingwei Zhang authored
* add fcaf3d config * support inference of fcaf3d on scannet-3d * minor changes * fix config of scannet * align test precision of facaf3d && support training * add ut * fix bugs of dataset conversion and indoor_metric * support fcaf3d on sunrgbd datasets and add rorate_iou_loss ut * small fix * add docstring and typehint * add typehint for SparseTensor * remove pdb * fix fcaf3d ut
-
ChaimZhu authored
* update metainfo in pkl file * update * add version for waymo * update kitti metric
-
Shaun authored
-
Jingwei Zhang authored
* support tensorflow>2.6.0 * add filter conditions
-
ChaimZhu authored
* fix circle ci * update * update
-
Xiangxu-0103 authored
* [Refactor] Use `mmeval.MeanIoU` for `SegMetric` (#1929) * Use mmeval.MeanIoU * fix comments and add self.reset * add mmyolo Co-authored-by:ChaimZhu <zhuchenming@pjlab.org.cn>
-