- 11 May, 2023 2 commits
-
-
Lum authored
* [Docs] Update link of registry tutorial (#2442) Registry docs are now under Advanced Tutorials. * add typehint to the backbones of model. * Update typehint with OptMultiConfig and Tensor to torch.Tensor * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dla.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dla.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update typehint. * add typehint to function mono_cam_box2vis and remove assert keyword. * Update typehint. * Fixed some problems. --------- Co-authored-by:
pd-michaelstanley <88335018+pd-michaelstanley@users.noreply.github.com> Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com>
-
Sun Jiahao authored
* fix amp * init scale 4096 & fix link * fix pre-commit * fix interval * fix pp & remove fp16
-
- 15 Aug, 2022 1 commit
-
-
VVsssssk authored
-
- 09 Feb, 2022 1 commit
-
-
ChaimZhu authored
* update isort * update setuptools * fix * pre-commit run --all-files
-
- 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
-
- 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
-
- 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>
-