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. 08 2月, 2023 1 次提交
    • XYZ_916's avatar
      tinypose3d for medical dataset (#7696) · 9fafde8f
      XYZ_916 提交于
      * tinypose3d for medical dataset
      
      * modify tinypose-3d codes according to comments
      
      * the images in dataset is named 'image'
      
      * change model name to TinyPose3D
      
      * annotations
      9fafde8f
  3. 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
  4. 11 5月, 2021 1 次提交
    • G
      [MOT] add MOT data (#2789) · 4575dfe7
      George Ni 提交于
      * add mot data
      
      * fix operators, source
      
      * fix data source transform
      
      * fix parse_dataset register_op
      
      * fix scale_factor, RandomAffine
      
      * add assert for check
      
      * fix ci
      4575dfe7
  5. 27 4月, 2021 1 次提交
  6. 22 3月, 2021 1 次提交
  7. 19 2月, 2021 1 次提交
  8. 18 12月, 2020 1 次提交
  9. 19 12月, 2019 1 次提交
    • Q
      Polish reader to simplify preprocessing logic. (#112) · 8192c758
      qingqing01 提交于
      * Polish Reader to simplify preprocessing logic.
      #  sample_transforms-> make batch -> batch_transforms in Reader.
      * Clean some code
      * Imporve yolov3_r50vd_dcn_obj365_pretrained_coco 41.4 to 41.8.
      * Update all configs.
      8192c758
  10. 25 10月, 2019 1 次提交
  11. 29 7月, 2019 1 次提交
    • K
      Add Yolov3 model based on PascalVOC and add voc metrics by Python. (#2801) · b00deb54
      Kaipeng Deng 提交于
      * add voc_eval and yolo_darknet_voc
      
      * add yolov3_darknet_voc in MODEL_ZOO
      
      * fix default im_size
      
      * fix MODEL_ZOO note
      
      * fix is_bbox_normalized
      
      * extract map to map_utils.py
      
      * update yolov3_dorknet_voc mixup
      
      * add yolov3_r34_voc
      
      * add yolov3_mobilenet_v1_voc
      
      * fix drop empty in VAL mode
      
      * use cfg.num_classes
      
      * assert metric valid
      
      * enable difficulty can be None
      
      * add comment for bbox_eval
      
      * num_classes in retinanet
      b00deb54
  12. 25 7月, 2019 1 次提交
  13. 28 6月, 2019 1 次提交