1. 08 7月, 2021 1 次提交
    • M
      Optimize imports (#3601) · 84c8958d
      Manuel Garcia 提交于
      Besides removing unnecessary imports, this also fixes the missing logger module in test_architectures.py within the static directory.
      84c8958d
  2. 28 6月, 2021 1 次提交
    • C
      [dev] reorganize code of s2anet_head (#3481) · 51574ea1
      cnn 提交于
      * reorganize the code, and fix bug
      
      * fix typo
      
      * remve comment
      
      * reorganize code
      
      * Revert "reorganize code"
      
      This reverts commit 4f928c3a46b264ba8815978b914bf81a46b66b62.
      
      * set weight
      
      * set default config
      
      * fix code style
      51574ea1
  3. 20 5月, 2021 1 次提交
    • W
      support no label training (#2576) · 571dcb34
      wangguanzhong 提交于
      * support no label training
      
      * fix load_crowd
      
      * update to fit rbox
      
      * add empty_ratio
      
      * update configs
      
      * support mask rcnn
      
      * clean drop_empty for mot & keypoint
      
      * refine is_crowd
      571dcb34
  4. 12 5月, 2021 1 次提交
    • C
      [dev] s2anet fix export and deploy (#2919) · 0947171b
      cnn 提交于
      * s2anet fix export and deploy
      
      * remove redundant code
      
      * fix cpp for s2anet deploy
      
      * fix bug of get_categories
      
      * rename poly_to_rbox to poly2rbox
      
      * add some comment for function
      0947171b
  5. 11 5月, 2021 1 次提交
    • G
      [MOT] add MOT data (#2789) · 4575dfe7
      George Ni 提交于
      * add mot data
      
      * fix operators, source
      
      * fix data source transform
      
      * fix parse_dataset register_op
      
      * fix scale_factor, RandomAffine
      
      * add assert for check
      
      * fix ci
      4575dfe7
  6. 25 4月, 2021 1 次提交
    • C
      [dev] s2anet add anno convert to rbox (#2724) · a9255173
      cnn 提交于
      * add script of dota_2_coco
      
      * add args for dota_to_coco
      
      * add script to generate test result of dota
      
      * add loss weight for s2anet
      
      * fix dy2st for s2anet
      
      * fix code style
      a9255173
  7. 12 4月, 2021 1 次提交
  8. 09 4月, 2021 1 次提交
  9. 07 4月, 2021 1 次提交
  10. 22 3月, 2021 1 次提交
  11. 10 2月, 2021 1 次提交
  12. 09 2月, 2021 1 次提交
    • W
      Update cascade (#2179) · 926efec2
      wangguanzhong 提交于
      * update cascade, test=dygraph
      
      * clean code, test=dygraph
      
      * add cascade_rcnn, test=dygraph
      
      * update according to reviews, test=dygraph
      
      * support dy2static, test=dygraph
      926efec2
  13. 05 2月, 2021 1 次提交
  14. 25 1月, 2021 1 次提交
    • W
      refactor rcnn, test=dygraph (#2114) · 944eee5c
      wangguanzhong 提交于
      * refactor rcnn, test=dygraph
      
      * add mask_rcnn, test=dygraph
      
      * add Faster RCNN & Faster FPN, test=dygraph
      
      * update according to the review, test=dygraph
      944eee5c