- 28 Feb, 2023 5 commits
-
-
Xiang Xu authored
* add lasermix * add prob * update description * update
-
Sun Jiahao authored
* fix polarmix UT * add location * fix base_inferencer scope
-
xizaoqu authored
* fix_voxel * update
-
Ginray authored
-
Sun Jiahao authored
-
- 23 Feb, 2023 2 commits
-
-
Xiang Xu authored
* support polarmix * Update __init__.py * add UT * use `BasePoints` instead of numpy * Update transforms_3d.py * Update transforms_3d.py * Update test_transforms_3d.py * update docs * update polarmix without MultiImageMixDataset * add comments * fix UT * update docstring * fix yaw calculation * fix UT * refactor * update * update docs * fix typo * Update transforms_3d.py * update ut * fix typehint * add prob argument
-
ZLTJohn authored
* fix 'custom_imports' in config files * fix lint * verified training-time correctness * Fix detr3d_vovnet submission and update README * fix README
-
- 20 Feb, 2023 5 commits
-
-
Sun Jiahao authored
* add cylindrical voxelization & voxel feature encoder * add cylindrical voxelization & voxel feature encoder * add voxel-wise label & voxelization UT * fix vfe * fix vfe UT * rename voxel encoder & add more test case * fix type hint * temporarily refactoring mmcv's voxelize and dynamic in mmdet3d for data_preprocesser * fix vfe init bug & fix UT * add grid_size & move voxelization code * fix import bug * keep radian to follow origin * add doc string * fix type hint * rename gird shape & add comments * fix UT * rename voxelizationofGridshape & fix docstring
-
Xiang Xu authored
-
Danila Rukhovich authored
* first tr3d commit * all tr3d files added * all tr3d is ok * fix comments * fix config imports and readme * fix comments * update links in readme * fix lint
-
xizaoqu authored
* creat semantickitti * update * update * update
-
xizaoqu authored
-
- 18 Feb, 2023 2 commits
-
-
Sun Jiahao authored
* change np.transpose to torch.permute * add comments
-
Xiang Xu authored
* support test set * update waymo version
-
- 16 Feb, 2023 5 commits
-
-
vansin authored
-
Xiang Xu authored
-
Danila Rukhovich authored
* docstrings and .md fixes * add minkresnet to readme * fix cross in zh readme * fix lint
-
Xiang Xu authored
* fix some vis bug and update doc * add typehint and fix bug * Update local_visualizer.py * update doc * update docs * fix doc * update docs and fix some vis bug * update * update docs
-
xizaoqu authored
* add panoptic loading * update * update * update * add semantic config * fix tets * fix test * update * get seg label mapping
-
- 15 Feb, 2023 1 commit
-
-
xizaoqu authored
* panoptic segmentation metric * fix * update * update * fix * fix * fix * fix * rename * merge * merge * fix test * update * update * update
-
- 14 Feb, 2023 3 commits
-
-
Xiang Xu authored
* refactor cbgs * update cbgs * add UT * remove useless line * Update test_dataset_wrappers.py * update typehint * update docs * Update dataset_wrappers.py * update
-
HyeongSeok Kim authored
* fix local_visualizer.py: modify add_datasample - fix "AttributeError: ‘InstanceData’ object has no attribute ‘bboxes_3d’" error * Update mmdet3d/visualization/local_visualizer.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * fix local_visualizer.py: modify add_datasample - add exception handling when there is no instance inside pred_instances_3d * modify local_visualizer.py: Apply changes from pre-commit * modify local_visualizer.py: Change exception handling location for empty instance - Add exception handling when instances are empty - Delete the exception handling previously added to add_datasample * modify local_visualizer.py: apply pre-commit --------- Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com>
-
Xiang Xu authored
* refactor segmentor * replace meta info during inference * Update decode_head.py * update * update docs
-
- 08 Feb, 2023 4 commits
- 06 Feb, 2023 1 commit
-
-
Xiang Xu authored
* upgrade python to 3.7 * Update test.yml * remove
-
- 03 Feb, 2023 2 commits
- 31 Jan, 2023 3 commits
-
-
Jingwei Zhang authored
* support lidar det3d inferencer * lidar inference normally * add ut * add ut * polish docstring * resolve comments * add inferencer registry * fix ut * fix docstring * resolve some comments * rename varible
-
Xiang Xu authored
* update pointsdata and det3ddatasample * update eval_ann_info when it is None * update unittest * revert * delete `eval_ann_info` * remove unittest * update doc * Update point_data.py * Update det3d_data_sample.py * remove * update docs * fix unittest * update * Update instance_seg_metric.py * fix lint
-
ChaimZhu authored
* add mono3d inferencer * update mono3d inferenceer * update init file * update unit test * fix name * add base_det3d_inferencer * fix comments * fix comments * fix comments * renmae pgd-kitti to pgd_kitti * add parameterized in tests.txt * add txt file * update loadimgfromfilemono3d to fit latest mmcv
-
- 30 Jan, 2023 2 commits
-
-
ZLTJohn authored
* detr3d for dev-1.x * update README * clean redundant comments * correct dir name 'config' to 'configs' * Modified codes according to first round review * Fixed grid_mask.py * move detr3d_transformer.py to /layers * reorganize files * rename 'mmdet3d_plugin' to 'detr3d' * Modify configs and update latest codebase * rename configs * forgot to save detr3d_head.py * change data_root in configs * try to fix lint * correct config files * reorganize dirs * Fixing lint * fixing lint * fix lint * Fix lint * delete unused code * rename configs * delete transfrom_3d.py * fix bugs in configs * fix lint * update readme * edit config file * rename detr3d/ to DETR3D/ * fix typos in readme * polish readme * fix config link in readme --------- Co-authored-by:JingweiZhang12 <zjw18@mails.tsinghua.edu.cn>
-
Jingwei Zhang authored
* add bevfusion models * refactor * build successfully * update ImageAug3D * support inference * update the format of final bboxes * add new loading func * align test precision * polish docstring * refactor transformer decoder * polish code * fix table in readme * fix table in readme * fix table in readme * update pre-commit-config * minor changes * revert the changes of file_client_args in LoadAnnotation3D * remove unnucessary functions in BEVFusion * fix loading bug * fix docstring
-
- 29 Jan, 2023 3 commits
-
-
tripleMu authored
* fix lint fix lint * fix lint fix lint
-
Xiang Xu authored
* Update customize_models.md * Update customize_runtime.md * Update customize_models.md * Update customize_runtime.md * fix typo * fix typo * fix
-
xizaoqu authored
* fix seg_eval * add test for the bug * update * update * update
-
- 19 Jan, 2023 1 commit
-
-
SekiroRong authored
-
- 18 Jan, 2023 1 commit
-
-
Xiang Xu authored
* support submit test set on nuscenes and waymo dataset * Fix typo
-