1. 23 3月, 2022 1 次提交
  2. 17 3月, 2022 1 次提交
  3. 03 3月, 2022 1 次提交
    • S
      Add PP-YOLOv3 code (#5281) · ef83ab8a
      shangliang Xu 提交于
      * [ppyolov3] add ppyolov3 base code
      
      * add ppyolov3 s/m/x
      
      * modify ema
      
      * modify code to convert onnx successfully
      
      * support arbitrary shape
      
      * update config to use amp default
      
      * refine ppyolo_head code
      
      * modify reparameter code
      
      * refine act layer
      
      * adapter pico_head and tood_head code
      
      * remove ppyolov3 yaml
      
      * fix codestyle
      Co-authored-by: Nwangxinxin08 <wangxinxin08@baidu.com>
      ef83ab8a
  4. 20 12月, 2021 1 次提交
    • W
      refine sync bn (#4361) · ea2f81d8
      wangxinxin08 提交于
      * refine sync bn
      
      * fix bugs of batch_norm
      
      * fix bugs while deploying and modify BatchNorm to BatchNorm2D
      
      * param_attr -> weight_attr in BatchNorm2D
      
      * modify BatchNorm to BatchNorm2D
      ea2f81d8
  5. 07 12月, 2021 1 次提交
  6. 02 12月, 2021 1 次提交
  7. 30 11月, 2021 1 次提交
  8. 04 8月, 2021 1 次提交
    • J
      Add lite hr net (#3793) · d5786288
      JYChen 提交于
      * add LiteHRNet backbone and config .YML
      
      * test lite18-network param
      
      acc is same with ori-model 1. fix default darkpose=ON, 2. += is not inplace
      
      add new keypoint model Lite-HRNet
      
      * add new keypoint model Lite-HRNet
      
      * 1. Add description of network type; 2. use channel_shuffle in ops.py
      
      * use normal to init conv2d
      
      * add network type description
      d5786288
  9. 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
  10. 22 6月, 2021 1 次提交
  11. 20 5月, 2021 1 次提交
  12. 13 5月, 2021 1 次提交
  13. 11 5月, 2021 1 次提交
  14. 16 4月, 2021 1 次提交
  15. 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
  16. 07 4月, 2021 1 次提交
  17. 30 3月, 2021 1 次提交
  18. 22 3月, 2021 1 次提交
  19. 18 3月, 2021 1 次提交
  20. 20 2月, 2021 1 次提交
  21. 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
  22. 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
  23. 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
  24. 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
  25. 18 12月, 2020 1 次提交