1. 01 Dec, 2020 1 commit
  2. 30 Nov, 2020 2 commits
  3. 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
  4. 22 Nov, 2020 1 commit
  5. 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
  6. 01 Nov, 2020 4 commits
  7. 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
  8. 27 Oct, 2020 1 commit
  9. 21 Oct, 2020 4 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
    • 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
  10. 20 Oct, 2020 2 commits
    • twang's avatar
      [Feature] Add shape-aware grouping head in SSN (#147) · b016d90c
      twang authored
      * Add shape-aware grouping head
      
      * Reformat docstrings
      
      * Remove rewritten get_anchors in shape_aware_head
      
      * Refactor and simplify shape-aware grouping head
      
      * Fix docstring
      
      * Remove fixed preset shape heads
      
      * Add unittest for AlignedAnchor3DRangeGeneratorPerCls
      
      * Add unittest for get bboxes in shape_aware_head
      
      * Add unittest for loss of shape_aware_head
      
      * Fix unstandard docstrings
      
      * Minor fix for a comment
      
      * Add assertion to make sure not all boxes are filtered
      b016d90c
    • Liang Liu's avatar
      [Fix]: code weights for anchor3d_head (#173) · cec2d8b0
      Liang Liu authored
      cec2d8b0
  11. 19 Oct, 2020 1 commit
  12. 11 Oct, 2020 2 commits
  13. 10 Oct, 2020 5 commits
  14. 07 Oct, 2020 2 commits
  15. 01 Oct, 2020 2 commits
  16. 29 Sep, 2020 2 commits
    • encore-zhou's avatar
      [Feature]:add sweep point sample (#125) · 24abf9b0
      encore-zhou authored
      * add sweep points sampler
      
      * add sweep points sampler
      
      * rebase master
      
      * modify unittest
      
      * modify voxel based point sampler
      
      * modify voxel based point sampler
      
      * fix bugs for voxel based point sampler
      
      * modify voxel based points sampler
      
      * fix bugs
      
      * modify repr string
      24abf9b0
    • Wenwei Zhang's avatar
      [Fix]: fix dcn bias bug in centerpoint (#137) · 873db382
      Wenwei Zhang authored
      * fix dcn bias bug in centerpoint
      
      * fix unit tesats bug of empty iou calculation
      873db382
  17. 26 Sep, 2020 1 commit
  18. 24 Sep, 2020 5 commits