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. 22 6月, 2021 1 次提交
  3. 20 5月, 2021 1 次提交
  4. 13 5月, 2021 1 次提交
  5. 11 5月, 2021 1 次提交
  6. 16 4月, 2021 1 次提交
  7. 15 4月, 2021 1 次提交
    • W
      add ppyolov2 (#2626) · a718694c
      wangxinxin08 提交于
      * add ppyolov2
      
      * fix bugs and modify docs
      
      * modify code and doc according to review
      
      * fix bugs while resolving conflicts
      a718694c
  8. 07 4月, 2021 1 次提交
  9. 30 3月, 2021 1 次提交
  10. 22 3月, 2021 1 次提交
  11. 18 3月, 2021 1 次提交
  12. 20 2月, 2021 1 次提交
  13. 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
  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
  15. 20 1月, 2021 2 次提交
    • F
      [Dygraph] add TTFNet (#2099) · 93e2a447
      Feng Ni 提交于
      * ttfnet infer
      
      * fix ttfnet deploy
      
      * clean code
      
      * add comment, fix config
      
      * add comment, update modelzoo
      
      * fix norm resize, update modelzoo
      93e2a447
    • W
      [Dygraph] ppyolo final (#2098) · 31a8da43
      wangxinxin08 提交于
      * add ppyolo in dygraph
      
      * fix bugs
      
      * modify configs
      
      * polish docs, modify ema and add configs
      
      * modify link of model
      
      * fix bugs in ema
      
      * modify code according to review
      
      * modify minicoco configs
      31a8da43
  16. 11 1月, 2021 1 次提交
    • F
      [Dygraph] add YOLOv3-MobileNet v1 v3 (#2022) · a917efca
      Feng Ni 提交于
      * add mbv1v3-yolov3
      
      * add ssd mbv1v3 voc
      
      * yolov3 mbv1v3 voc
      
      * training log fix
      
      * yolov3 voc fix
      
      * yolov3 mbv1v3 training and eval, ssd fix
      
      * add syncbn
      
      * mbv1v3 clean code
      
      * mbv1v3 clean codes
      
      * remove ssd mbv1v3
      
      * update modelzoo doc
      
      * remove others
      
      * fix ssd reader and prior_box
      
      * ssd mbv1 config
      
      * fix anchor steps and reader op
      
      * ssdlite mbv1v3 infer and train
      
      * update yolov3 config and modelzoo
      
      * update yolov3_mbv3 modelzoo
      
      * pre commit update
      
      * update modelzoo
      
      * fix mbv3 in yolov3
      
      * fix precommit
      Co-authored-by: Nnemonameless <nemonameless@qq.com>
      a917efca
  17. 18 12月, 2020 1 次提交