- 03 Dec, 2022 4 commits
-
-
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
-
Jingwei Zhang authored
-
Xiangxu-0103 authored
* fix config * refactor import of `mmdet` * fix lint * fix lint
-
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
-
- 26 Aug, 2022 1 commit
-
-
VVsssssk authored
[Fix] replace mmcv's function and modules imported with mmengine's and sync the latest mmengine (#1765) * replace mmcv to mmengine * fix * fix comments
-
- 17 Aug, 2022 1 commit
-
-
VVsssssk authored
* format ut dir tree * ad pytest skip
-
- 15 Aug, 2022 1 commit
-
-
VVsssssk authored
-
- 20 Jul, 2022 2 commits
-
-
zhangshilong authored
-
ZCMax authored
-
- 28 Apr, 2022 1 commit
-
-
Danila Rukhovich authored
* add minkowski engine with MinkResNet * fix docstring * mmdet -> mmdet3d for registry import * fix import * fix documentation
-
- 27 Apr, 2022 1 commit
-
-
ChaimZhu authored
* Update Registry in MMDet3D * fix compose pipeline bug * update registry * fix some bugs * fix comments * fix comments
-
- 09 Feb, 2022 1 commit
-
-
ChaimZhu authored
* update isort * update setuptools * fix * pre-commit run --all-files
-
- 07 Feb, 2022 1 commit
-
-
ChaimZhu authored
* add precommmit to check readme * update * fix typos
-
- 20 Oct, 2021 1 commit
-
-
Wenhao Wu authored
* [Refactor] Main code modification for coordinate system refactor (#677) * [Enhance] Add script for data update (#774) * Fixed wrong config paths and fixed a bug in test * Fixed metafile * Coord sys refactor (main code) * Update test_waymo_dataset.py * Manually resolve conflict * Removed unused lines and fixed imports * remove coord2box and box2coord * update dir_limit_offset * Some minor improvements * Removed some \s in comments * Revert a change * Change Box3DMode to Coord3DMode where points are converted * Fix points_in_bbox function * Fix Imvoxelnet config * Revert adding a line * Fix rotation bug when batch size is 0 * Keep sign of dir_scores as before * Fix several comments * Add a comment * Fix docstring * Add data update scripts * Fix comments * fix import (#839) * [Enhance] refactor iou_neg_piecewise_sampler.py (#842) * [Refactor] Main code modification for coordinate system refactor (#677) * [Enhance] Add script for data update (#774) * Fixed wrong config paths and fixed a bug in test * Fixed metafile * Coord sys refactor (main code) * Update test_waymo_dataset.py * Manually resolve conflict * Removed unused lines and fixed imports * remove coord2box and box2coord * update dir_limit_offset * Some minor improvements * Removed some \s in comments * Revert a change * Change Box3DMode to Coord3DMode where points are converted * Fix points_in_bbox function * Fix Imvoxelnet config * Revert adding a line * Fix rotation bug when batch size is 0 * Keep sign of dir_scores as before * Fix several comments * Add a comment * Fix docstring * Add data update scripts * Fix comments * fix import * refactor iou_neg_piecewise_sampler.py * add docstring * modify docstring Co-authored-by:
Yezhen Cong <52420115+THU17cyz@users.noreply.github.com> Co-authored-by:
THU17cyz <congyezhen71@hotmail.com> * [Feature] Add roipooling cuda ops (#843) * [Refactor] Main code modification for coordinate system refactor (#677) * [Enhance] Add script for data update (#774) * Fixed wrong config paths and fixed a bug in test * Fixed metafile * Coord sys refactor (main code) * Update test_waymo_dataset.py * Manually resolve conflict * Removed unused lines and fixed imports * remove coord2box and box2coord * update dir_limit_offset * Some minor improvements * Removed some \s in comments * Revert a change * Change Box3DMode to Coord3DMode where points are converted * Fix points_in_bbox function * Fix Imvoxelnet config * Revert adding a line * Fix rotation bug when batch size is 0 * Keep sign of dir_scores as before * Fix several comments * Add a comment * Fix docstring * Add data update scripts * Fix comments * fix import * add roipooling cuda ops * add roi extractor * add test_roi_extractor unittest * Modify setup.py to install roipooling ops * modify docstring * remove enlarge bbox in roipoint pooling * add_roipooling_ops * modify docstring Co-authored-by:
Yezhen Cong <52420115+THU17cyz@users.noreply.github.com> Co-authored-by:
THU17cyz <congyezhen71@hotmail.com> * [Refactor] Refactor code structure and docstrings (#803) * refactor points_in_boxes * Merge same functions of three boxes * More docstring fixes and unify x/y/z size * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Remove None in function param type * Fix unittest * Add comments for NMS functions * Merge methods of Points * Add unittest * Add optional and default value * Fix box conversion and add unittest * Fix comments * Add unit test * Indent * Fix CI * Remove useless \\ * Remove useless \\ * Remove useless \\ * Remove useless \\ * Remove useless \\ * Add unit test for box bev * More unit tests and refine docstrings in box_np_ops * Fix comment * Add deprecation warning * support pointrcnn backbone * add docstring * modify docstring * modify docstring * modify docstring * Update pointnet2_fp_neck.py * add code block * refine docstring & code * add unittest on fp_neck * refine unittest * refine unittest * refine unittest * refine unittest * refine unittest * fix docstring Co-authored-by:
Yezhen Cong <52420115+THU17cyz@users.noreply.github.com> Co-authored-by:
Xi Liu <75658786+xiliu8006@users.noreply.github.com> Co-authored-by:
THU17cyz <congyezhen71@hotmail.com> Co-authored-by:
xiliu8006 <xiliu8006@gmail.com>
-
- 13 Oct, 2021 1 commit
-
-
Tai-Wang authored
-
- 24 Sep, 2021 3 commits
-
-
ChaimZhu authored
* add smoke detecotor and it's backbone and neck * typo fix * fix typo * add docstring * fix typo * fix comments * fix comments * fix comments * fix typo * fix typo * fix * fix typo * fix docstring * refine feature * fix typo * use Basemodule in Neck
-
dingchang authored
* support dgcnn * support dgcnn * support dgcnn * support dgcnn * support dgcnn * support dgcnn * support dgcnn * support dgcnn * support dgcnn * support dgcnn * fix typo * fix typo * fix typo * del gf&fa registry (wo reuse pointnet module) * fix typo * add benchmark and add copyright header (for DGCNN only) * fix typo * fix typo * fix typo * fix typo * fix typo * support dgcnn
-
Yezhen Cong authored
* refactor points_in_boxes * Merge same functions of three boxes * More docstring fixes and unify x/y/z size * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Remove None in function param type * Fix unittest * Add comments for NMS functions * Merge methods of Points * Add unittest * Add optional and default value * Fix box conversion and add unittest * Fix comments * Add unit test * Indent * Fix CI * Remove useless \\ * Remove useless \\ * Remove useless \\ * Remove useless \\ * Remove useless \\ * Add unit test for box bev * More unit tests and refine docstrings in box_np_ops * Fix comment * Add deprecation warning
-
- 19 Aug, 2021 1 commit
-
-
dingchang authored
* Add header for files * Add header for files * Add header for files * Add header for files
-
- 01 Jul, 2021 1 commit
-
-
xiliu8006 authored
* support 3dssd * support one-stage method * for lint * support two_stage * Support all methods * remove init_cfg=[] in configs * test * support h3dnet * fix lint error * fix isort * fix code style error * fix imvotenet bug * rename init_weight->init_weights * clean comma * fix test_apis does not init weights * support newest mmdet and mmcv * fix test_heads h3dnet bug * rm *.swp * remove the wrong code in build.yml * fix ssn low map * modify docs * modified ssn init_config * modify params in backbone pointnet2_sa_ssg * add ssn direction init_cfg * support segmentor * add conv a=sqrt(5) * Convmodule uses kaiming_init * fix centerpointhead init bug * add second conv2d init cfg * add unittest to confirm the input is not be modified * assert gt_bboxes_3d * rm .swag * modify docs mmdet version * adopt fcosmono3d * add fcos 3d original init method * fix mmseg version * add init cfg in fcos_mono3d.py * merge newest master * remove unused code * modify focs config due to changes of resnet * support imvoxelnet pointnet2 * modified the dependencies version * support decode head * fix inference bug * modify the useless init_cfg * fix multi_modality BC-breaking * fix error blank * modify docs error
-
- 08 May, 2021 1 commit
-
-
Ziyi Wu authored
* support PN2 decode head * add mmseg dependency in github workflow * complete PN2 decode head * modify backbone pn2 to support seg task & its unit test * add unit test for PN2 decode_head
-
- 10 Oct, 2020 1 commit
-
-
Wenwei Zhang authored
* Support to train using FP16 * fix type inconsistency error on naive syncBN * resolve comments * clean nan check
-
- 18 Sep, 2020 1 commit
-
-
zhangwenwei authored
-
- 13 Sep, 2020 1 commit
-
-
encore-zhou authored
* add ssd3dhead * fix bugs for anchorfreebboxcoder * modify ssd 3d head * modify ssd 3d head * reconstruct ssd3dhead and votehead * add unittest * modify 3dssd config * modify 3dssd head * modify 3dssd head * rename base conv bbox head * modify vote module * modify 3dssd config * fix bugs for unittest * modify test_heads.py * fix bugs for h3d bbox head * add 3dssd detector * fix bugs for 3dssd config * modify base conv bbox head * modify base conv bbox head * modify base conv bbox head
-
- 01 Sep, 2020 1 commit
-
-
encore-zhou authored
* add op fps with distance * add op fps with distance * modify F-DFS unittest * modify sa module * modify sa module * SA Module support D-FPS and F-FPS * modify sa module * update points sa module * modify point_sa_module * modify point sa module * reconstruct FPS * reconstruct FPS * modify docstring * add pointnet2-sa-msg backbone * modify pointnet2_sa_msg * fix merge conflicts * format tests/test_backbones.py * [Refactor]: Add registry for PointNet2Modules * modify h3dnet for base pointnet * fix docstring tweaks * fix bugs for config unittest Co-authored-by:ZwwWayne <wayne.zw@outlook.com>
-
- 19 Aug, 2020 1 commit
-
-
encore-zhou authored
* add multi backbone * update multi backbone * update multi backbone * update multi backbone * modify multi backbone * modify multi_backbone params * modify docstring * update multi_backbone unittest * modify docstring
-
- 08 Jul, 2020 3 commits
-
-
wangtai authored
-
zhangwenwei authored
-
wangtai authored
Update mmdet3d/core/bbox/structures/base_box3d.py, mmdet3d/core/bbox/structures/lidar_box3d.py, mmdet3d/core/post_processing/box3d_nms.py files
-
- 07 Jul, 2020 1 commit
-
-
zhangwenwei authored
-
- 04 Jul, 2020 1 commit
-
-
zhangwenwei authored
-
- 14 Jun, 2020 1 commit
-
-
zhangwenwei authored
-
- 27 May, 2020 1 commit
-
-
wuyuefeng authored
-
- 19 May, 2020 1 commit
-
-
wuyuefeng authored
-
- 12 May, 2020 1 commit
-
-
zhangwenwei authored
-
- 11 May, 2020 1 commit
-
-
zhangwenwei authored
-
- 05 May, 2020 1 commit
-
-
zhangwenwei authored
-
- 04 May, 2020 1 commit
-
-
zhangwenwei authored
-
- 15 Apr, 2020 1 commit
-
-
zhangwenwei authored
-
- 14 Apr, 2020 1 commit
-
-
zhangwenwei authored
-