1. 21 6月, 2022 1 次提交
  2. 20 6月, 2022 1 次提交
  3. 16 6月, 2022 1 次提交
  4. 13 6月, 2022 2 次提交
  5. 01 6月, 2022 1 次提交
    • W
      Clean fluid (#6075) · c103d025
      wangguanzhong 提交于
      * clean fluid
      
      * mv static to legacy
      
      * remove yolo box
      
      * revert legacy dir
      
      * revert static link
      
      * update in_dynamic_mode
      
      * clean iou_similarity, collect_fpn_proposals, bipartite_match
      c103d025
  6. 31 5月, 2022 1 次提交
  7. 06 5月, 2022 1 次提交
  8. 18 4月, 2022 1 次提交
  9. 31 3月, 2022 1 次提交
  10. 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
  11. 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
  12. 07 1月, 2022 1 次提交
  13. 22 12月, 2021 1 次提交
  14. 21 12月, 2021 2 次提交
  15. 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
  16. 02 12月, 2021 1 次提交
  17. 21 11月, 2021 1 次提交
  18. 06 11月, 2021 1 次提交
  19. 05 11月, 2021 1 次提交
  20. 22 10月, 2021 1 次提交
  21. 19 10月, 2021 1 次提交
  22. 18 10月, 2021 1 次提交
  23. 15 10月, 2021 1 次提交
  24. 04 10月, 2021 1 次提交
    • F
      [MOT] add FairMOT-HarDNet85 (#4176) · 340da51b
      Feng Ni 提交于
      * add hardnet85 fairmot
      
      * fix hardnet85
      
      * add centernet hardnet fpn, fix config
      
      * update modelzoo
      
      * update modelzoo readme
      
      * remove comments
      
      * add hardnet num_layers assert
      
      * fix hardnet85 config
      340da51b
  25. 29 9月, 2021 1 次提交
    • F
      [MOT] add hrnet_w18 fairmot (#3857) · afa7c14d
      Feng Ni 提交于
      * add hrnet18 fairmot
      
      * add lite hrnet_w18
      
      * add hrnet dlafpn
      
      * update hrnet18_dlafpn modelzoo
      
      * hrnet18dlafpn modelzoo
      
      * add comments
      
      * set neck not none, update modelzoo
      afa7c14d
  26. 06 9月, 2021 1 次提交
  27. 05 9月, 2021 1 次提交
  28. 26 8月, 2021 1 次提交
  29. 11 8月, 2021 1 次提交
  30. 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
  31. 02 8月, 2021 2 次提交
  32. 28 7月, 2021 1 次提交
  33. 27 7月, 2021 1 次提交
  34. 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
  35. 22 6月, 2021 1 次提交
  36. 07 6月, 2021 1 次提交
  37. 15 5月, 2021 1 次提交
    • F
      [MOT] add FairMOT (#2994) · 277bc13f
      FlyingQianMM 提交于
      * add fairmot
      
      * rename pretrain_weights
      
      * add comments; reuse focal loss and convnorm
      
      * update comments
      277bc13f