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. 22 5月, 2023 1 次提交
  3. 02 3月, 2023 1 次提交
  4. 08 2月, 2023 1 次提交
  5. 08 12月, 2022 1 次提交
  6. 27 9月, 2022 1 次提交
  7. 23 8月, 2022 1 次提交
    • W
      Refactor rbox (#6704) · e55e4194
      wangxinxin08 提交于
      * refactor rbox
      
      * modify the code of save results
      
      * fix some problem
      
      * add .gitignore in dataset/dota
      
      * fix test anno path
      e55e4194
  8. 11 8月, 2022 1 次提交
    • W
      refactor s2anet (#6604) · b4727677
      wangxinxin08 提交于
      * refactor s2anet to support batch_size > 1
      
      * fix problem of inference
      
      * support batch_size > 1 for training
      
      * fix empty results
      
      * fix dota eval
      
      * fix configs of s2anet_head
      
      * modify s2anet_spine_1x to 73 mAP
      b4727677
  9. 01 8月, 2022 2 次提交
  10. 20 7月, 2022 1 次提交
    • F
      Fix mot lazy import and warning (#6476) · 714b339b
      Feng Ni 提交于
      * [Dy2St]Fix cascade_rcnn export model problem (#6468)
      
      * [Dy2St]Fix cascade_rcnn export model problem
      
      * [Dy2St]Fix cascade_rcnn export model problem
      
      * fix import for mot
      
      * fix import for mot deploy
      
      * fix lazy import mot
      714b339b
  11. 20 6月, 2022 1 次提交
  12. 15 6月, 2022 1 次提交
  13. 02 5月, 2022 1 次提交
  14. 22 4月, 2022 1 次提交
  15. 02 4月, 2022 1 次提交
    • W
      support mask rcnn bs>2 (#5470) · 020e1cd6
      wangguanzhong 提交于
      * support mask rcnn bs>2
      
      * fix resize op in c++ deploy
      
      * fix preprocess in mask rcnn
      
      * fix cascade mask rcnn when box is empty
      
      * update merge batch
      020e1cd6
  16. 30 3月, 2022 2 次提交
  17. 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
  18. 24 11月, 2021 1 次提交
  19. 05 11月, 2021 2 次提交
  20. 29 10月, 2021 1 次提交
  21. 23 10月, 2021 1 次提交
  22. 30 9月, 2021 1 次提交
    • F
      [MOT] add MOT feature models (#4105) · 13c1fef1
      Feng Ni 提交于
      * add pedestrian vehicle cfgs
      
      * fix metric category
      
      * fix mot metric
      
      * fix mot metric
      
      * update pedestrian and vehicle modelzoo
      
      * update headtracking modelzoo
      
      * add tools for data processing
      
      * add data pre-process code
      
      * fix tools code format
      13c1fef1
  23. 02 8月, 2021 1 次提交
  24. 26 7月, 2021 2 次提交
    • G
      [MOT] add kitti metric (#3736) · 3c95b81d
      George Ni 提交于
      * add kitti metric
      
      * clean kitti metric code
      
      * fix kitticars doc
      
      * remove kitti headtracking cfgs
      
      * remove kitti headtracking cfgs, clean code
      
      * fix datatype and ffmpeg, test=document_fix
      
      * add soft link, test=document_fix
      
      * add doc link, test=document_fix
      
      * fix deploy image_list, test=document_fix
      3c95b81d
    • Z
      Develop add hrnet mpii infer (#3747) · ab51c5c9
      zhiboniu 提交于
      * add python train time eval
      
      * add mpii infer support
      ab51c5c9
  25. 21 7月, 2021 1 次提交
  26. 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
  27. 07 7月, 2021 1 次提交
  28. 02 7月, 2021 1 次提交
    • G
      [MOT] add deepsort deploy (#3515) · af424a9a
      George Ni 提交于
      * add deepsort export model, reid infer
      
      * fix jde_yolov3 metric
      
      * fix deepsort deploy
      
      * fix doc, clean code
      
      * add mot deploy infer image, add run_benchmark
      af424a9a
  29. 23 6月, 2021 1 次提交
  30. 21 6月, 2021 1 次提交
  31. 11 6月, 2021 1 次提交
  32. 04 6月, 2021 1 次提交
  33. 02 6月, 2021 1 次提交
  34. 12 5月, 2021 2 次提交
  35. 10 5月, 2021 1 次提交