1. 22 3月, 2021 1 次提交
  2. 09 10月, 2020 1 次提交
  3. 12 3月, 2020 1 次提交
  4. 14 10月, 2019 1 次提交
    • F
      add models and documents for vehicle and pedestrian detection (#3559) · bdf0fdc1
      FlyingQianMM 提交于
      * add modes and documents for vehicle and pedestrian detection
      
      * remove needless output images
      
      * add class names
      
      * add Configure for training
      
      * fix table in READ.md
      
      * compress the images in the demo/output
      
      * change the score_threshold for vehicle inference
      
      * change Yolo v3 to YOLOv3
      bdf0fdc1
  5. 23 8月, 2019 1 次提交
  6. 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
  7. 25 7月, 2019 1 次提交
  8. 28 6月, 2019 2 次提交