1. 01 6月, 2023 1 次提交
    • K
      【Hackathon + No.161】论文复现:CLRNet: Cross Layer Refinement Network for Lane Detection (#8278) · 129ddbb2
      Kehan Yin 提交于
      * Feat add CLRNet
      
      * Update CLRNet README.md
      
      * Update requirements: add imgaug>=0.4.0 for CLRNet
      
      * Update CLRNet README.md
      
      * Update README.md
      
      * Update Rename clrnet_utils.py
      
      * Update CLRNet demo & delete demo result
      
      * Update README.md add weight for culane
      
      * Update README.cn.md add training logs
      
      * Feat add dataset download
      
      * Fix bugs when lanes is empty
      
      * Update README
      
      * Update README for dataset info
      
      * Fix export model
      
      * Update configs & README
      
      * style: update codestyle
      
      * Style update op codestyple
      
      * Fix eval process
      
      * Fix eval process
      
      * Update README&configs
      
      * Fix deploy infer
      
      * Fix mkdir in lane visualize
      
      * Docs Update README
      
      * Docs Rename configs
      
      * Docs update weights
      
      ---------
      Co-authored-by: NLokeZhou <aishenghuoaiqq@163.com>
      129ddbb2
  2. 19 4月, 2023 1 次提交
  3. 09 3月, 2023 1 次提交
    • L
      Add vitpose (#7894) · fa1ba1aa
      LokeZhou 提交于
      * add vitpose
      
      * fix keypoints/README_en.md document_fix=test
      
      * add vitpose_base_coco_256x192
      
      * vitpose.py add some annotation for discriminate visio_transformer.py
      
      * output_heatmap use gpu
      fa1ba1aa
  4. 06 3月, 2023 1 次提交
  5. 02 3月, 2023 1 次提交
  6. 07 9月, 2022 1 次提交
  7. 31 8月, 2022 1 次提交
  8. 30 6月, 2022 1 次提交
  9. 21 6月, 2022 1 次提交
  10. 13 6月, 2022 1 次提交
  11. 18 4月, 2022 1 次提交
  12. 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
  13. 18 10月, 2021 1 次提交
  14. 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
  15. 06 9月, 2021 1 次提交
  16. 26 8月, 2021 1 次提交
  17. 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
  18. 27 7月, 2021 1 次提交
  19. 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
  20. 13 5月, 2021 1 次提交
  21. 12 4月, 2021 1 次提交
  22. 22 3月, 2021 2 次提交
  23. 09 3月, 2021 1 次提交
  24. 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
  25. 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
  26. 19 12月, 2020 1 次提交
  27. 18 12月, 2020 1 次提交