1. 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
  2. 11 2月, 2022 1 次提交
  3. 29 1月, 2022 1 次提交
  4. 28 1月, 2022 1 次提交
  5. 26 1月, 2022 1 次提交
    • B
      add implementation of RetinaNet (#5140) · ae621055
      Blake 提交于
      * add implementation of RetinaNet
      
      * * add README.md and model zoo
      * rename FOCSFeat -> RetianFeat
      * add mstrain model to model zoo
      * refactor DeltaBBoxCoder
      
      * update link for model and log
      ae621055
  6. 14 1月, 2022 1 次提交
  7. 13 1月, 2022 1 次提交
  8. 09 1月, 2022 1 次提交
    • X
      modify the ch_in & ch_out expression of the BasicBlock (#5075) · d94481c2
      Xinjun-Wu吴鑫俊 提交于
      * modify the ch_in&ch_out of the BasicBlock
      
      (cherry picked from commit da568e4741f9a3a440ba1f605b8d12299fe4ed23)
      
      * add the type convertion of the ch_in and ch_out & update gitignore
      
      (cherry picked from commit 5b55097c6dab81dbccc187ba13a92b724ffc7ef5)
      
      * revert the changes of gitignore
      
      (cherry picked from commit ffeb72a8cefca6f416c5483756cc67f26f40522f)
      d94481c2
  9. 07 1月, 2022 1 次提交
  10. 27 12月, 2021 1 次提交
  11. 24 12月, 2021 1 次提交
  12. 22 12月, 2021 1 次提交
  13. 21 12月, 2021 3 次提交
  14. 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
  15. 17 12月, 2021 1 次提交
  16. 16 12月, 2021 1 次提交
  17. 07 12月, 2021 1 次提交
  18. 02 12月, 2021 2 次提交
  19. 30 11月, 2021 1 次提交
  20. 24 11月, 2021 3 次提交
  21. 22 11月, 2021 2 次提交
  22. 21 11月, 2021 2 次提交
  23. 19 11月, 2021 2 次提交
    • F
      [MOT] add pptracking mtmct (#4615) · 7fc9614a
      Feng Ni 提交于
      * add mtmct aic_vehicle baseline
      
      * fix clip_bbox, add coco model filter, fix some bugs
      
      * fix infer bugs, fix crops and mtmct vis
      
      * fix engine tracker infer
      
      * fix mtmct images deploy
      
      * fix readme and cfg
      
      * remove mtmct of cfg modeling and tracker
      
      * fix doc cfg
      7fc9614a
    • F
      fix centernet_head size_target (#4626) · e34ef6b6
      Feng Ni 提交于
      e34ef6b6
  24. 18 11月, 2021 1 次提交
  25. 15 11月, 2021 1 次提交
  26. 11 11月, 2021 1 次提交
  27. 09 11月, 2021 1 次提交
  28. 06 11月, 2021 2 次提交
  29. 05 11月, 2021 3 次提交