"official/projects/yolo/ops/preprocessing_ops.py" did not exist on "7d53f9dac0c0971f5bac1e0e21beea0d08b69b11"
  1. 20 Jul, 2022 2 commits
  2. 27 Apr, 2022 1 commit
  3. 07 Feb, 2022 1 commit
  4. 22 Dec, 2021 1 commit
    • ChaimZhu's avatar
      [Feature] Add MonoFlex Loss (#1114) · d93205ed
      ChaimZhu authored
      * add monoflex loss
      
      * add unnitest
      
      * add assert error
      
      * fix typos
      
      * remove monoflex_iou_loss
      
      * remove monoflex_iou_loss unittest
      d93205ed
  5. 24 Sep, 2021 2 commits
    • Tai-Wang's avatar
      [Feature] Support Uncertain L1 Loss (#950) · 1bc1a1ef
      Tai-Wang authored
      * Add uncertain l1 loss and its unit tests
      
      * Remove mmcv.jit and refine docstrings
      1bc1a1ef
    • Yezhen Cong's avatar
      [Refactor] Refactor code structure and docstrings (#803) · 53435c62
      Yezhen Cong authored
      * refactor points_in_boxes
      
      * Merge same functions of three boxes
      
      * More docstring fixes and unify x/y/z size
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Add "optional" and fix "Default"
      
      * Remove None in function param type
      
      * Fix unittest
      
      * Add comments for NMS functions
      
      * Merge methods of Points
      
      * Add unittest
      
      * Add optional and default value
      
      * Fix box conversion and add unittest
      
      * Fix comments
      
      * Add unit test
      
      * Indent
      
      * Fix CI
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Remove useless \\
      
      * Add unit test for box bev
      
      * More unit tests and refine docstrings in box_np_ops
      
      * Fix comment
      
      * Add deprecation warning
      53435c62
  6. 19 Aug, 2021 1 commit
  7. 28 Jul, 2021 1 commit
    • Ziyi Wu's avatar
      [Feature] Support entire PAConv and PAConvCUDA models (#783) · 3870001a
      Ziyi Wu authored
      * add PAConv decode head
      
      * add config files
      
      * add paconv's correlation loss
      
      * support reg loss in Segmentor class
      
      * minor fix
      
      * add augmentation to configs
      
      * fix ed7 in cfg
      
      * fix bug in corr loss
      
      * enable syncbn in paconv
      
      * rename to loss_regularization
      
      * rename loss_reg to loss_regularize
      
      * use SyncBN
      
      * change weight kernels to kernel weights
      
      * rename corr_loss to reg_loss
      
      * minor fix
      
      * configs fix IndoorPatchPointSample
      
      * fix grouped points minus center error
      
      * update transform_3d & add configs
      
      * merge master
      
      * fix enlarge_size bug
      
      * refine config
      
      * remove cfg files
      
      * minor fix
      
      * add comments on PAConv's ScoreNet
      
      * refine comments
      
      * update compatibility doc
      
      * remove useless lines in transforms_3d
      
      * rename with_loss_regularization to with_regularization_loss
      
      * revert palette change
      
      * remove xavier init from PAConv's ScoreNet
      3870001a
  8. 28 Nov, 2020 1 commit
    • 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
  9. 08 Jul, 2020 2 commits
  10. 07 Jul, 2020 1 commit
  11. 04 Jul, 2020 1 commit
  12. 04 Jun, 2020 1 commit
  13. 07 May, 2020 1 commit
  14. 14 Apr, 2020 1 commit