1. 21 6月, 2022 1 次提交
  2. 13 6月, 2022 1 次提交
  3. 18 4月, 2022 1 次提交
  4. 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
  5. 18 10月, 2021 1 次提交
  6. 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
  7. 06 9月, 2021 1 次提交
  8. 26 8月, 2021 1 次提交
  9. 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
  10. 27 7月, 2021 1 次提交
  11. 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
  12. 13 5月, 2021 1 次提交
  13. 12 4月, 2021 1 次提交
  14. 22 3月, 2021 2 次提交
  15. 09 3月, 2021 1 次提交
  16. 15 1月, 2021 1 次提交
    • W
      Add faster rcnn fpn hrnet 1x & 2x (#2055) · e333d629
      wangguanzhong 提交于
      * add hrnet, test=develop
      
      * add comment, test=dygraph
      
      * move config file to hrnet, test=dygraph
      
      * add 2x model
      
      * add hrnet README
      
      * update latest config structure, test=dygraph
      e333d629
  17. 11 1月, 2021 1 次提交
    • F
      [Dygraph] add YOLOv3-MobileNet v1 v3 (#2022) · a917efca
      Feng Ni 提交于
      * add mbv1v3-yolov3
      
      * add ssd mbv1v3 voc
      
      * yolov3 mbv1v3 voc
      
      * training log fix
      
      * yolov3 voc fix
      
      * yolov3 mbv1v3 training and eval, ssd fix
      
      * add syncbn
      
      * mbv1v3 clean code
      
      * mbv1v3 clean codes
      
      * remove ssd mbv1v3
      
      * update modelzoo doc
      
      * remove others
      
      * fix ssd reader and prior_box
      
      * ssd mbv1 config
      
      * fix anchor steps and reader op
      
      * ssdlite mbv1v3 infer and train
      
      * update yolov3 config and modelzoo
      
      * update yolov3_mbv3 modelzoo
      
      * pre commit update
      
      * update modelzoo
      
      * fix mbv3 in yolov3
      
      * fix precommit
      Co-authored-by: Nnemonameless <nemonameless@qq.com>
      a917efca
  18. 19 12月, 2020 1 次提交
  19. 18 12月, 2020 1 次提交