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. 09 1月, 2023 1 次提交
  3. 19 8月, 2022 1 次提交
  4. 16 8月, 2022 1 次提交
  5. 21 6月, 2022 1 次提交
  6. 14 6月, 2022 1 次提交
    • XYZ_916's avatar
      Scale frames before fight action recognition (#6170) · 1c4da10b
      XYZ_916 提交于
      * Scale frames before fight action recognition
      
      * put
      short_size = self.cfg["VIDEO_ACTION"]["short_size"]
      scale = Scale(short_size)
      out of while
      
      * change class name from Scale to ShortSizeScale
      1c4da10b
  7. 22 4月, 2022 1 次提交
  8. 18 4月, 2022 1 次提交
  9. 05 11月, 2021 1 次提交
  10. 18 10月, 2021 1 次提交
    • W
      Add CenterNet (#4098) · 996a4fa5
      wangguanzhong 提交于
      * add centernet
      
      * add centernet
      
      * add r50 for centernet
      
      * support deploy for centernet
      
      * add doc
      
      * update pretrain
      
      * clean code
      
      * update r50 doc
      
      * unify for_mot
      
      * update code according to review
      
      * update doc
      
      * refine preprocess
      
      * update doc
      996a4fa5
  11. 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
  12. 07 7月, 2021 1 次提交
  13. 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
  14. 21 5月, 2021 1 次提交
  15. 11 5月, 2021 1 次提交
  16. 24 3月, 2021 1 次提交
  17. 22 3月, 2021 1 次提交
  18. 20 2月, 2021 2 次提交
    • C
      [Dygraph] Fix deploy python/cpp infer bugs (#2234) · 6e8a5e62
      cnn 提交于
      * use scripts to build on windows flatform, test=dygraph
      
      * Use new preproces OPs in deploy/infer.py, test=dygraph
      
      * fix bug of image_shape can not set 2-dims, test=dygraph
      
      * fix cpp build, test=dygraph
      
      * set param target_size must be [h, w] in Resize function, test=dygraph
      
      * fix bug, test=dygraph
      
      * fix ssd output format (bbox: [N, 6], bbox_num: bbox_num), test=dygraph
      
      * fix ssd prediction in cpp mode, test=dygraph
      6e8a5e62
    • G
      fix_deploy_python_infer (#2231) · 3d222388
      Guanghua Yu 提交于
      3d222388
  19. 18 12月, 2020 1 次提交
  20. 17 12月, 2020 1 次提交
  21. 01 10月, 2020 1 次提交
    • G
      add solov2 model (#1412) · dd1e05d7
      Guanghua Yu 提交于
      * add solov2 model
      
      * fix train batch size
      
      * add solov2_r101_vd_fpn_3x
      
      * fix batch size and update modelzoo
      
      * refactor code of solov2
      
      * fix deploy/python
      dd1e05d7