- 10 Jun, 2022 1 commit
-
-
ChaimZhu authored
-
- 18 May, 2022 1 commit
-
-
Shilong Zhang authored
-
- 26 Jan, 2022 1 commit
-
-
Wenhao Wu authored
* update readme * update readme
-
- 01 Dec, 2021 1 commit
-
-
ChaimZhu authored
* add abstract for methods * fix typos
-
- 24 Sep, 2021 1 commit
-
-
Yezhen Cong authored
-
- 15 Sep, 2021 1 commit
-
-
dingchang authored
* update metafile * modify version * fix typo * fix typo * fix typo
-
- 24 Aug, 2021 1 commit
-
-
Yezhen Cong authored
-
- 09 Jun, 2021 1 commit
-
-
xiliu8006 authored
-
- 28 Apr, 2021 1 commit
-
-
Wenhao Wu authored
* [Feature] Adding PWC metafile * fix url in nuimages * removing inaccurate training time * refine pwc index * refine training resources * removing empty metric of metafile in regnet * removing 'Focal_Loss' and 'SECOND' from Architecture
-
- 23 Apr, 2021 1 commit
-
-
Ziyi Wu authored
* add QR code & add MMGen * modify tag to comment * update re-expression
-
- 21 Apr, 2021 1 commit
-
-
Ziyi Wu authored
-
- 19 Apr, 2021 1 commit
-
-
Ziyi Wu authored
* reuse pipeline in scannet-det dataset * reuse pipeline in kitti dataset * reuse pipeline in lyft dataset * reuse pipeline in sunrgbd dataset * reuse pipeline in nuscenes dataset * reuse pipeline in waymo dataset * reuse pipeline in scannet-seg dataset * add eval_pipeline in configs which have custom data pipelines * move data loading via pipeline to dataset._extract_data() for clarity * use eval_pipeline in tools/misc/visualize_results.py * get_pipeline from self when no pipeline is provided * fix small bugs * fix small bugs * simplify and clear code * remove unnecessary eval_pipeline added * add comment about why we set self.test_mode=False * small fix * modify docs about config
-
- 20 Mar, 2021 1 commit
-
-
Tianwei Yin authored
* Update README.md * Update README_zh-CN.md * Update README.md
-
- 08 Mar, 2021 1 commit
-
-
yinchimaoliang authored
-
- 23 Feb, 2021 1 commit
-
-
xiliu8006 authored
* Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg and test_cfg into model * modify centerpoint configs * Modify docs * modify build_detector * modify test_config_build_detector * modify build_detector parameters * Adopt the same strategy in build_detector
-
- 17 Feb, 2021 1 commit
-
-
Yezhen Cong authored
* fix bug caused by mmcv upgrade; delete pdb breakpoint * fix typos
-
- 11 Jan, 2021 1 commit
-
-
xiliu8006 authored
* Add Tag to configs * Add Tag to configs * Add Tag to config
-
- 28 Nov, 2020 1 commit
-
-
encore-zhou authored
* add h3d backbone * add h3d backbone * add h3dnet * modify scannet config * fix bugs for proposal refine * fix bugs for test backbone * add primitive head test * modify h3dhead * modify h3d head * update loss weight config * fix bugs for h3d head loss * modify h3d head get targets function * update h3dnet base config * modify weighted loss * Revert "Merge branch 'h3d_u2' into 'master'" This reverts merge request !5 * modify pipeline * modify kitti pipeline * fix bugs for points rotation * modify multi sweeps * modify multi sweep points * fix bugs for points slicing * modify BackgroundPointsFilter * modify pipeline * modify unittest * modify unittest * modify docstring * modify config files * update configs * modify docstring
-
- 21 Oct, 2020 1 commit
-
-
yinchimaoliang authored
* Able to double_flip test. * Remove nms_post_max_size * Able to merge then nms for tta. * Able to merge then nms for tta. * reproducible performance. * Add more configs. * Able to use scale tta. * Move scale aug to merge_aug_bboxes_3d * Remove brackets, add comments. * Delete unnecessary configs, Add instruction in README. * Add docstring. * Change readme, add empty line. * Change name. * Add tta in unittest. * Add 'to cpu' * Add simple test * Move 'to cpu' * Add full tta config * Delete circle_nms tta config, change max_num. * Update benchmark * Remove unnecessary code, move position of flip. * Complete docstring. * Add comment for double flip change.
-
- 10 Oct, 2020 1 commit
-
-
yinchimaoliang authored
* Add download path. * Update benchmark. * Complete benchmark. * Add link between circle nms and w/o circlenms
-
- 29 Sep, 2020 1 commit
-
-
Wenwei Zhang authored
* fix dcn bias bug in centerpoint * fix unit tesats bug of empty iou calculation
-
- 24 Sep, 2020 1 commit
-
-
yinchimaoliang authored
-
- 20 Sep, 2020 1 commit
-
-
Wenwei Zhang authored
* Add gitlab CI back * clean isort * Update gitlab CI version * Update mmcv install * fix unit test bug * waymo * Use new flake8 * Update mmdet3d/core/evaluation/waymo_utils/prediction_kitti_to_waymo.py, tools/data_converter/waymo_converter.py files * Add baseline configs for waymo * fix linting * yapf reformat * update waymo results * Update waymo model zoo and docs * Bump v0.6.0 * Fix a minor bug when converting waymo data * Fix cmds in the waymo doc * Fix setup.cfg to pass isort test * Fix waymo configs * Update model zoo link & doc * update version date * clean ci Co-authored-by:
wangtai <wangtai@sensetime.com> Co-authored-by:
Tai-Wang <tab_wang@outlook.com>
-
- 19 Sep, 2020 1 commit
-
-
yinchimaoliang authored
* Add pointpillar configs. * Add 0075 voxel configs. * Add configs, change to pipeline. * Add centerpoint. * Add 01 configs. * Change sparse shape * Change model config, change centerpoint detector to inherite from mvx two stage. * Change names of configs. * Reduce configs. * Fix pillar config can't use bug. * Add readme for centerpoint. * Streamline the code in configs. * Change readme, add nus-3d in base config * Use seperate_head config to build seperate head, remove '[0]' in simple_test_pts * Remove input_modality * Change coder weights for configs. * Change 0075 config, change order of modules in config. * Change loss_bbox config, remove unnecessary things. * Add cyclic_20e.py * Rename centerhead, move centerhead, * Change cyclic_20e
-