"tests/vscode:/vscode.git/clone" did not exist on "6290fdfda40610ce7b99920146853614ba529c6e"
  1. 01 Jul, 2021 1 commit
  2. 27 Apr, 2021 1 commit
  3. 21 Apr, 2021 1 commit
    • Yezhen Cong's avatar
      [Fix] Fix #460 and simplify configs (#462) · 2c29afa3
      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
      2c29afa3
  4. 19 Apr, 2021 1 commit
    • Ziyi Wu's avatar
      [Enhance] Add pipeline for data loading (#430) · 78c29c35
      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
      78c29c35
  5. 14 Apr, 2021 1 commit
  6. 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
  7. 10 Mar, 2021 1 commit
  8. 23 Feb, 2021 1 commit
    • xiliu8006's avatar
      [Enhance] Move train_cfg test_cfg to model (#307) · a481f5a8
      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
      a481f5a8
  9. 30 Dec, 2020 1 commit
    • twang's avatar
      [Enhance] Refactor doc (#242) · 4fb54412
      twang authored
      * Refactor get_started.md primarily
      
      * Create data_preparation.md
      
      * Refactor model_zoo.md
      
      * Remove the title
      
      * Put Data Preparation under Get Started
      
      * Adjust the level of Model Zoo
      
      * Create 1_exist_data_model.md
      
      * Create 2_new_data_model.md
      
      * Update 1_exist_data_model.md
      
      * Create useful_tools.md
      
      * Update index.rst
      
      * Delete install.md
      
      * Adjust the order of get started subsections
      
      * First complete version for customized datasets
      
      * Update Tutorial 1
      
      * Moved into Tutorials
      
      * Update titles of tutorial 3
      
      * Update 2_new_data_model.md
      
      * Update 1_exist_data_model.md
      
      * Update links to relative paths
      
      * Tutorial 2 revised
      
      * Delete finetune.md
      
      * Create customize_models.md
      
      * Create customize_runtime.md
      
      * Update index.rst
      
      * Update waymo.md
      
      * Delete new_modules.md
      
      * Preliminary update
      
      * Update customize_models.md
      
      * Update useful_tools.md
      
      * Update title
      
      * Fix a typo of tutorial 4
      
      * Update level of titles
      
      * Merge verification and demo
      
      * Update 1_exist_data_model.md
      
      * Update [Dataset Conversion]
      
      * Update 2_new_data_model.md
      
      * Update customize_dataset.md
      
      * Update the example of customized dataset
      
      * Update customize_dataset.md
      
      * Enhance the doc structure
      
      * Update README.md
      
      * Change the abs path to relative path
      4fb54412
  10. 01 Sep, 2020 1 commit
    • encore-zhou's avatar
      [Feature] Add pointnet2 msg and refactor pointnets (#82) · 84efe00e
      encore-zhou authored
      
      
      * add op fps with distance
      
      * add op fps with distance
      
      * modify F-DFS unittest
      
      * modify sa module
      
      * modify sa module
      
      * SA Module support D-FPS and F-FPS
      
      * modify sa module
      
      * update points sa module
      
      * modify point_sa_module
      
      * modify point sa module
      
      * reconstruct FPS
      
      * reconstruct FPS
      
      * modify docstring
      
      * add pointnet2-sa-msg backbone
      
      * modify pointnet2_sa_msg
      
      * fix merge conflicts
      
      * format tests/test_backbones.py
      
      * [Refactor]: Add registry for PointNet2Modules
      
      * modify h3dnet for base pointnet
      
      * fix docstring tweaks
      
      * fix bugs for config unittest
      Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
      84efe00e
  11. 07 Aug, 2020 1 commit
  12. 11 Jul, 2020 1 commit
    • Wenwei Zhang's avatar
      Refine docs and license (#11) · 5d1cbe77
      Wenwei Zhang authored
      * Refine docs and license
      
      * Change order of install
      
      * Clean unnecessary requirements
      
      * Install mmdet manually in readthedocs
      
      * delete mmdet install
      
      * reformat docstring in code
      
      * Refine docs
      
      * Reformat
      
      * fix format issue
      5d1cbe77
  13. 08 Jul, 2020 1 commit
  14. 07 Jul, 2020 1 commit
  15. 21 Jun, 2020 1 commit
  16. 19 May, 2020 1 commit