1. 23 5月, 2022 1 次提交
  2. 28 4月, 2022 1 次提交
  3. 18 4月, 2022 1 次提交
  4. 28 3月, 2022 2 次提交
  5. 15 3月, 2022 1 次提交
  6. 07 3月, 2022 1 次提交
  7. 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
  8. 10 1月, 2022 1 次提交
  9. 31 12月, 2021 1 次提交
  10. 08 12月, 2021 1 次提交
  11. 17 11月, 2021 1 次提交
  12. 21 10月, 2021 1 次提交
  13. 27 8月, 2021 1 次提交
  14. 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
  15. 07 7月, 2021 1 次提交
  16. 14 5月, 2021 1 次提交
  17. 12 5月, 2021 1 次提交
    • G
      [MOT] JDE: others (#2788) · 0b1b74ad
      George Ni 提交于
      * add config for jde and deepsort, add engine metric tools
      
      * add mot_metrics
      
      * fix configs engine and others
      
      * fix configs others
      
      * move configs
      
      * fix ap_per_class, fix doc
      
      * fix test_mode, seqs
      
      * fix test_mode to metric
      
      * fix JDE arch metric
      
      * clean requirement
      
      * add to requirement
      0b1b74ad
  18. 10 5月, 2021 1 次提交
  19. 07 5月, 2021 2 次提交
  20. 06 5月, 2021 1 次提交
  21. 22 3月, 2021 1 次提交
  22. 01 2月, 2021 1 次提交
    • W
      [Dygraph]yolo series (#2148) · 6b76b6fc
      wangxinxin08 提交于
      * add ppyolo r18vd mbv3, yolov3 r50vd
      
      * modify TestReader of ppyolo mbv3 r18vd
      
      * add clip to avoid nan, modify ema to apply ema on bn mean and bn var
      
      * fix code resulting in nan
      
      * add yolov3 r50vd dcn configs
      
      * finish yolo_series and fix some problems
      
      * hide --bias flag and modify docs
      
      * modify --bias and fix deploy/python/infer
      6b76b6fc
  23. 20 1月, 2021 1 次提交
    • 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. 18 1月, 2021 1 次提交
    • F
      [Dygraph] add SSD/SSDLite mbv1v3 (#2070) · d4b30ff2
      Feng Ni 提交于
      * fix ssd ssdlite scheduler, add cosdecay
      
      * fix mbv1v3 BatchNorm mean variance
      
      * update ssd mbv1 voc modelzoo
      
      * fix ssd mbv1 warmup, update modelzoo
      
      * fix cosdecay
      d4b30ff2
  25. 18 12月, 2020 1 次提交