1. 27 Jan, 2021 1 commit
  2. 23 Jan, 2021 1 commit
    • xiliu8006's avatar
      Fix miss text (#278) · 87b05bae
      xiliu8006 authored
      * fixed the bug about miss text files on kitti testing
      
      * add bbox2result_kitti unit test
      
      * add bbox2result_kitti unit test
      
      * add exist_submission_file unit test
      
      * deleted debug code and convert{} to dict()
      
      * add _get_kitti_dataset_config()
      
      * delete print
      87b05bae
  3. 22 Jan, 2021 3 commits
  4. 19 Jan, 2021 1 commit
  5. 18 Jan, 2021 2 commits
  6. 15 Jan, 2021 1 commit
  7. 14 Jan, 2021 2 commits
  8. 12 Jan, 2021 1 commit
    • encore-zhou's avatar
      [Fix] fix bugs for 3DSSD triggered by empty GT (#258) · 58985341
      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
      
      * fix bugs for empty scene
      
      * modify doc
      
      * modify filter empty scene
      58985341
  9. 11 Jan, 2021 1 commit
  10. 10 Jan, 2021 1 commit
  11. 04 Jan, 2021 2 commits
    • twang's avatar
      Bump to v0.9.0 (#252) · d0068487
      twang authored
      
      
      * Update README.md
      
      * Update version.py
      
      * Update getting_started.md
      
      * Update __init__.py
      
      * Update changelog.md
      
      * Update README.md
      
      * Update news for nuScenes detection challenge
      
      * Update README to be compatible with refactored doc
      
      * Update an installation subtitle
      
      * rephrase
      Co-authored-by: default avatarZwwWayne <wayne.zw@outlook.com>
      d0068487
    • Wenwei Zhang's avatar
      Fixed CI temporarily (#253) · 36746173
      Wenwei Zhang authored
      36746173
  12. 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
  13. 23 Dec, 2020 1 commit
    • twang's avatar
      [Fix] Minor adjustments (#241) · dd74422e
      twang authored
      * Fix an old bug in box_np_ops, not used or influencing results
      
      * Update a minor filter criterion in KITTI evaluation
      
      * Update the fixed criterion, not influencing KITTI results
      dd74422e
  14. 16 Dec, 2020 2 commits
  15. 13 Dec, 2020 1 commit
  16. 09 Dec, 2020 1 commit
  17. 04 Dec, 2020 1 commit
  18. 01 Dec, 2020 1 commit
  19. 30 Nov, 2020 2 commits
  20. 28 Nov, 2020 2 commits
    • Yezhen Cong's avatar
      Added axis-aligned IoU loss to VoteNet (#194) · 04cf8929
      Yezhen Cong authored
      * support axis-aligned iou loss for votenet
      
      * added doc for iou loss
      
      * fixed problems in format
      
      * updated docstring
      
      * rename and format fix
      
      * rename and format fix
      
      * rename and format fix
      
      * rename and format fix
      
      * modified config
      
      * abstracted axis_aligned_iou3d
      
      * abstracted a bbox corner decode func
      
      * fix docstring
      04cf8929
    • encore-zhou's avatar
      [Enhance] Use Points structure in augmentation and models (#204) · 23768cba
      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
      23768cba
  21. 22 Nov, 2020 1 commit
  22. 14 Nov, 2020 1 commit
    • encore-zhou's avatar
      [Feature]: Add points structure (#196) · 20b163a4
      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 points structure
      
      * modify points rotation and add coord_3d_mode unittest
      
      * modify docstring
      20b163a4
  23. 01 Nov, 2020 4 commits
  24. 30 Oct, 2020 2 commits
    • 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
    • Wenwei Zhang's avatar
      Update fp16 models and performance (#178) · ac39ca96
      Wenwei Zhang authored
      * Support to train using FP16
      
      * fix type inconsistency error on naive syncBN
      
      * resolve comments
      
      * clean nan check
      
      * clean nan check
      
      * clean unnecessary modification
      
      * update model link
      ac39ca96
  25. 27 Oct, 2020 1 commit
  26. 21 Oct, 2020 3 commits
    • encore-zhou's avatar
      [Fix]: add convert script for Votenet (#163) · 64a8c455
      encore-zhou authored
      * add votenet model convert script
      
      * fix bugs of votenet config
      
      * modify scripts
      
      * add docstring
      64a8c455
    • yinchimaoliang's avatar
      [Feature]: Add double flip (#143) · ffcea26c
      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.
      ffcea26c
    • twang's avatar
      [Enhance] SECOND benchmark on Waymo (#166) · f98bc952
      twang authored
      * Add second config for waymo
      
      * Update README.md
      
      * Update README.md
      
      * Fix a minor typo in the kitti log link
      f98bc952