1. 08 4月, 2022 1 次提交
  2. 07 4月, 2022 1 次提交
  3. 06 4月, 2022 1 次提交
  4. 02 4月, 2022 2 次提交
  5. 31 3月, 2022 1 次提交
  6. 30 3月, 2022 3 次提交
  7. 29 3月, 2022 1 次提交
  8. 24 3月, 2022 1 次提交
  9. 23 3月, 2022 2 次提交
  10. 21 3月, 2022 2 次提交
  11. 19 3月, 2022 1 次提交
  12. 18 3月, 2022 1 次提交
  13. 17 3月, 2022 1 次提交
  14. 16 3月, 2022 1 次提交
  15. 15 3月, 2022 1 次提交
    • F
      [MOT] Upgrade pptracking deploy (#5358) · c643eeab
      Feng Ni 提交于
      * add bytetrack yolov3 engine and deploy baseline
      
      * fix bytetrack yolov3 configs
      
      * fix cfgs tools
      
      * fix tracker pred_dets
      
      * fit pptracking jde sde infer
      
      * rename cfgs, fix mot_sde_infer
      
      * fix mot sde single class infer
      
      * remove byte cfgs
      
      * fix mtmct
      
      * clean code
      c643eeab
  16. 14 3月, 2022 1 次提交
    • F
      [MOT] Fix deepsort detectors config (#5344) · 8ffa45af
      Feng Ni 提交于
      * fix deepsort detectors cfgs, add ppyoloe
      
      * modify yolov3 40e
      
      * add ppyoloe mot17half modelzoo
      
      * add resnet embedding reid
      
      * remove fasterfpn picodet, fix nms for higher MOTA
      
      * add mot17 yml
      
      * fix _base_ cfgs
      
      * fix doc
      8ffa45af
  17. 11 3月, 2022 1 次提交
  18. 09 3月, 2022 1 次提交
  19. 08 3月, 2022 1 次提交
  20. 07 3月, 2022 2 次提交
  21. 04 3月, 2022 1 次提交
  22. 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
  23. 11 2月, 2022 1 次提交
  24. 29 1月, 2022 1 次提交
  25. 28 1月, 2022 1 次提交
  26. 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
  27. 14 1月, 2022 1 次提交
  28. 13 1月, 2022 1 次提交
  29. 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
  30. 07 1月, 2022 1 次提交
  31. 27 12月, 2021 1 次提交
  32. 24 12月, 2021 1 次提交
  33. 22 12月, 2021 1 次提交
  34. 21 12月, 2021 1 次提交
    • W
      fix solov2 infer (#4972) · 3e0e3585
      wangxinxin08 提交于
      * support different norm_type for different module when convert to sync batch norm
      
      * remove BatchNorm in esnet
      3e0e3585