1. 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
  2. 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
  3. 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
  4. 27 4月, 2021 1 次提交
  5. 22 3月, 2021 1 次提交
  6. 19 2月, 2021 1 次提交
  7. 18 12月, 2020 1 次提交
  8. 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
  9. 25 10月, 2019 1 次提交
  10. 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
  11. 25 7月, 2019 1 次提交
  12. 28 6月, 2019 1 次提交