1. 11 Oct, 2021 1 commit
    • ChaimZhu's avatar
      [Feature] Add SMOKE benchmark (#988) · 6b1602f1
      ChaimZhu authored
      * add metafile and readme
      
      * fix typos
      
      * refine some typos
      
      * fix some typos
      
      * add smoke in readme and model-zoo
      
      * change dlanet to dla
      
      * change dlanet to dla in metafile
      6b1602f1
  2. 24 Sep, 2021 1 commit
    • dingchang's avatar
      [Feature] Support DGCNN (v1.0.0.dev0) (#896) · 720caedf
      dingchang authored
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * support dgcnn
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * del gf&fa registry (wo reuse pointnet module)
      
      * fix typo
      
      * add benchmark and add copyright header (for DGCNN only)
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * fix typo
      
      * support dgcnn
      720caedf
  3. 31 Jul, 2021 1 commit
    • Ziyi Wu's avatar
      [Enhance] Benchmark PAConv on S3DIS dataset (#809) · 5258fe9a
      Ziyi Wu authored
      * add cfg
      
      * add eps format
      
      * update README
      
      * update model zoo
      
      * add paconv readme
      
      * add metafile
      
      * hack drop_ratio
      
      * use base schedule cfg
      
      * remove paconv cuda
      
      * monor fix
      
      * remove paconv cuda config related
      
      * update paconv benchmark
      
      * update model link
      5258fe9a
  4. 13 Jul, 2021 1 commit
  5. 12 Jul, 2021 1 commit
  6. 18 May, 2021 1 commit
    • Ziyi Wu's avatar
      [Enhance] Benchmark PN++ on ScanNet and S3DIS (#541) · 7f3a16a3
      Ziyi Wu authored
      * add configs for pn2 on s3dis
      
      * fix bugs
      
      * add README for PN2 segmentor
      
      * update configs file after experiments
      
      * update README
      
      * add base schedule files for seg configs
      
      * rename pn2_seg config files
      
      * update pn2 links in README
      
      * add metafile for pn2
      7f3a16a3
  7. 30 Apr, 2021 1 commit
  8. 28 Mar, 2021 1 commit
    • Ziyi Wu's avatar
      [Fix] Fix typos and errors (#386) · dabf0a26
      Ziyi Wu authored
      * fix link to convert_votenet_checkpoints.py
      
      * remove redundant space in docstring
      
      * fix typos
      
      * fix link and latex citation in README
      
      * fix link error for publish_model.py
      
      * fix link error for regnet2mmdet.py
      
      * fix link error for files under tools/misc/ folder
      
      * fix link error for files under tools/analysis_tools/ folder
      
      * fix latex citation in README_zh-CN.md
      
      * fix typo and a link to mmdet
      dabf0a26
  9. 26 Mar, 2021 1 commit
  10. 01 Nov, 2020 1 commit
  11. 30 Oct, 2020 1 commit
    • twang's avatar
      [Enhance] SSN benchmark on nuScenes (#182) · 9fef99cc
      twang authored
      * Add ssn benchmark on nuscenes
      
      * Update preliminary nuscenes results
      
      * Update model_zoo.md
      
      * RegNetX-SSN updated
      
      * Add ssn regnet benchmark on Lyft
      
      * RegNetX-SSN on Lyft updated
      
      * Modify the batch size in the ssn regnet config name
      
      * Memory of RegNetX-SSN on Lyft updated
      
      * Model and log links updated
      
      * Model and log links updated
      9fef99cc
  12. 27 Oct, 2020 1 commit
  13. 21 Oct, 2020 1 commit
    • twang's avatar
      [Feature] SSN benchmark on Lyft (#174) · e813610f
      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
      e813610f
  14. 24 Sep, 2020 1 commit
  15. 20 Sep, 2020 1 commit
    • Wenwei Zhang's avatar
      Bump to V0.6.0 (#118) · 579b0799
      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: default avatarwangtai <wangtai@sensetime.com>
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      579b0799
  16. 18 Sep, 2020 1 commit
    • encore-zhou's avatar
      [feature] add 3dssd benchmark (#104) · b684c1d5
      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
      
      * add readme.md
      
      * modify readme.md
      
      * Update README.md
      
      * Add experiment details
      
      * Update README
      
      * update readme
      
      * reformat
      
      * Update information in model zoo
      Co-authored-by: default avatarzhangwenwei <wayne.zw@outlook.com>
      b684c1d5
  17. 08 Sep, 2020 1 commit
    • Wenwei Zhang's avatar
      [Fix]: fix documentation related to nuim (#94) · 136dd481
      Wenwei Zhang authored
      * [Feature]: support using nuimages for instance segmentation
      
      * Update performance and start benchmark
      
      * Change default path names
      
      * Update performance
      
      * Update mmcv version
      
      * Update model links
      
      * Update model links and fix unit tests
      
      * rephrase
      
      * Fix readme
      
      * Update model zoo
      
      * Fix typo
      136dd481
  18. 13 Jul, 2020 1 commit
  19. 24 Jun, 2020 1 commit
  20. 20 Jun, 2020 1 commit