- 18 May, 2022 2 commits
-
-
Shilong Zhang authored
-
Xiangxu-0103 authored
-
- 13 Apr, 2022 1 commit
-
-
ansonlcy authored
* fix README typo (#1292) * [Fix]fix init_model to support 'device=cpu' (#1275) * fix init_model * Refine warning message Co-authored-by:
Tai-Wang <tab_wang@outlook.com> * fixed docs/zh_cn.getting_started (#1298) * [Doc] Add documentation for multi-node train with pytorch original ddp (#1296) * update mn_train * update * Fix typos Co-authored-by:
Tai-Wang <tab_wang@outlook.com> * add multi-machine dist_train (#1303) * Update README.md fix the link error Co-authored-by:
ChaimZhu <zhuchenming@pjlab.org.cn> Co-authored-by:
VVsssssk <88368822+VVsssssk@users.noreply.github.com> Co-authored-by:
Tai-Wang <tab_wang@outlook.com> Co-authored-by:
Subjectivist <xuejiapeng_upc@163.com> Co-authored-by:
Enze Xie <Johnny_ez@163.com> Co-authored-by:
Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
- 06 Apr, 2022 1 commit
-
-
ChaimZhu authored
* update model link * update ssn * update info in changelog, reamde * fix comments * update table
-
- 17 Feb, 2022 1 commit
-
-
ChaimZhu authored
* upgrade PointPillars performace on dev branch * update DynamicPillarFeatureNet * fix comments * change to AlignedAnchor3DRangeGenerator * change to AlignedAnchor3DRangeGenerator * fix * replace with AlignedAnchorGenerator * fix lint * update using isort
-
- 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
-
- 25 Nov, 2021 1 commit
-
-
ChaimZhu authored
* remove fp16 folders * fix metafile.yml * fix typos * fix model_zoo.md * unify collections * fix typos * 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
-
- 26 May, 2021 1 commit
-
-
Wenhao Wu authored
* [Fix] Supplying the model for lyft trained by pointpillars * updating metafile in pointpillars * updating lyft model info in ssn readme
-
- 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
-
-
Yezhen Cong authored
* fix #460 and simplify configs * fix duplicate key error * delete unused _delete_ * add cosine docstring and fixed a bug * revert config files under benchmark folder * add type to runner in benchmark configs * remove irrelevant change
-
- 14 Apr, 2021 1 commit
-
-
Yezhen Cong 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
-
- 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
-
- 01 Nov, 2020 1 commit
-
-
twang authored
* Update README.md * Update __init__.py * Update changelog.md * Update changelog.md * Fix a minor typo * Fix minor typos * Update changelog.md
-
- 27 Oct, 2020 1 commit
-
-
Wenwei Zhang authored
-
- 21 Oct, 2020 1 commit
-
-
twang authored
* Add ssn config on Lyft * Update readme of pointpillars * Update SSN readme * Update model_zoo.md * Update README.md * Fix a minor typo in the nus regnet config * Update README.md
-
- 01 Oct, 2020 1 commit
-
-
Wenwei Zhang authored
* Add overall evaluation * Add config waymo-3d-car.py * Update README.md * Create hv_pointpillars_secfpn_sbn_2x16_2x_waymo-3d-3class.py * Create hv_pointpillars_secfpn_sbn_2x16_2x_waymo-3d-car.py * Delete waymo-3d-car.py Instead of using new dataset config, we change the load_interval in the config for specific usage. * update url links Co-authored-by:
Tai-Wang <tab_wang@outlook.com> Co-authored-by:
twang <30491025+Tai-Wang@users.noreply.github.com>
-
- 24 Sep, 2020 1 commit
-
-
Wenwei Zhang authored
* Update links in model zoo * Update links of mmcv * fall back mmcv url
-
- 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>
-
- 13 Jul, 2020 1 commit
-
-
Wenwei Zhang authored
* update build configs * Update model links * Update doc * Update install * clean workflow
-
- 05 Jul, 2020 1 commit
-
-
wangtai authored
-
- 04 Jul, 2020 1 commit
-
-
wangtai authored
-
- 03 Jul, 2020 2 commits
-
-
wangtai authored
Update configs/pointpillars/hv_pointpillars_secfpn_sbn-all_4x8_2x_lyft-3d.py, configs/regnet/hv_pointpillars_regnet-400mf_secfpn_sbn-all_4x8_2x_lyft-3d.py, configs/_base_/datasets/lyft-3d.py files
-
zhangwenwei authored
-
- 21 Jun, 2020 1 commit
-
-
zhangwenwei authored
-
- 20 Jun, 2020 1 commit
-
-
wuyuefeng authored
-
- 17 Jun, 2020 2 commits
-
-
zhangwenwei authored
-
liyinhao authored
-
- 15 Jun, 2020 1 commit
-
-
zhangwenwei authored
-