-
- Downloads
[Enhance] Sampling points based on distance metric (#667)
* [Enhance] Sampling points based on distance metric * fix typo * refine unittest * refine unittest * refine details & add unittest & refine configs * remove __repr__ & rename arg * fix unittest * add unitest * refine unittest * refine code * refine code * refine depth calculation * refine code
Showing
- configs/3dssd/3dssd_4x4_kitti-3d-car.py 2 additions, 2 deletionsconfigs/3dssd/3dssd_4x4_kitti-3d-car.py
- configs/_base_/datasets/sunrgbd-3d-10class.py 2 additions, 2 deletionsconfigs/_base_/datasets/sunrgbd-3d-10class.py
- configs/imvotenet/imvotenet_stage2_16x8_sunrgbd-3d-10class.py 2 additions, 2 deletions...igs/imvotenet/imvotenet_stage2_16x8_sunrgbd-3d-10class.py
- docs/tutorials/config.md 5 additions, 5 deletionsdocs/tutorials/config.md
- mmdet3d/core/points/base_points.py 6 additions, 0 deletionsmmdet3d/core/points/base_points.py
- mmdet3d/datasets/__init__.py 12 additions, 8 deletionsmmdet3d/datasets/__init__.py
- mmdet3d/datasets/pipelines/__init__.py 9 additions, 8 deletionsmmdet3d/datasets/pipelines/__init__.py
- mmdet3d/datasets/pipelines/transforms_3d.py 66 additions, 22 deletionsmmdet3d/datasets/pipelines/transforms_3d.py
- tests/test_data/test_datasets/test_scannet_dataset.py 1 addition, 1 deletiontests/test_data/test_datasets/test_scannet_dataset.py
- tests/test_data/test_datasets/test_sunrgbd_dataset.py 2 additions, 2 deletionstests/test_data/test_datasets/test_sunrgbd_dataset.py
- tests/test_data/test_pipelines/test_augmentations/test_test_augment_utils.py 1 addition, 1 deletion...t_pipelines/test_augmentations/test_test_augment_utils.py
- tests/test_data/test_pipelines/test_augmentations/test_transforms_3d.py 35 additions, 1 deletion...a/test_pipelines/test_augmentations/test_transforms_3d.py
- tests/test_data/test_pipelines/test_indoor_pipeline.py 2 additions, 2 deletionstests/test_data/test_pipelines/test_indoor_pipeline.py
- tests/test_data/test_pipelines/test_indoor_sample.py 4 additions, 5 deletionstests/test_data/test_pipelines/test_indoor_sample.py
- tests/test_utils/test_points.py 8 additions, 0 deletionstests/test_utils/test_points.py
Loading
Please register or sign in to comment