1. 14 11月, 2022 1 次提交
  2. 09 11月, 2022 1 次提交
  3. 26 10月, 2022 1 次提交
  4. 21 10月, 2022 1 次提交
  5. 14 10月, 2022 1 次提交
  6. 08 10月, 2022 1 次提交
  7. 27 9月, 2022 1 次提交
  8. 08 9月, 2022 1 次提交
  9. 24 8月, 2022 1 次提交
  10. 23 8月, 2022 2 次提交
  11. 18 8月, 2022 1 次提交
    • F
      [smalldet] add SAHI slice train eval infer deploy (#6465) · 0f75cb6c
      Feng Ni 提交于
      * add slice infer for smalldet
      
      * add slice infer for smalldet
      
      * fix slice infer
      
      * fix doc, test=document_fix
      
      * fix eval and configs
      
      * add slice dataset loader
      
      * fix deploy
      
      * fix docs, test=document_fix
      
      * update docs, test=document_fix
      0f75cb6c
  12. 04 8月, 2022 1 次提交
  13. 01 8月, 2022 1 次提交
  14. 18 7月, 2022 1 次提交
  15. 15 7月, 2022 1 次提交
  16. 13 7月, 2022 1 次提交
  17. 20 6月, 2022 1 次提交
  18. 01 6月, 2022 1 次提交
  19. 25 5月, 2022 1 次提交
  20. 20 5月, 2022 1 次提交
  21. 13 5月, 2022 2 次提交
  22. 12 5月, 2022 2 次提交
    • M
      Integration of the Weights & Biases Metric Logger (#5886) · 33e3f479
      Manan Goel 提交于
      * Implementation of WandbLogger callback to log metrics and model checkpoints
      
      * Added documentation on how to use WandbLogger and VisualDL
      
      * Minor bug fix and pull from upstream
      
      * Removed pass statement for cleanup
      
      * Update logging_en.md
      
      Fixed documentation
      
      * Update trainer.py
      33e3f479
    • W
      polish args (#5941) · 083ff385
      wangxinxin08 提交于
      * polish args
      
      * fix import bugs
      083ff385
  23. 10 5月, 2022 1 次提交
  24. 07 5月, 2022 1 次提交
  25. 28 4月, 2022 1 次提交
  26. 22 4月, 2022 1 次提交
  27. 18 4月, 2022 2 次提交
  28. 12 4月, 2022 1 次提交
  29. 08 4月, 2022 1 次提交
  30. 06 4月, 2022 1 次提交
  31. 31 3月, 2022 1 次提交
  32. 23 3月, 2022 1 次提交
  33. 16 3月, 2022 1 次提交
  34. 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
  35. 07 3月, 2022 1 次提交
  36. 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