1. 28 10月, 2019 1 次提交
  2. 12 10月, 2019 1 次提交
  3. 05 9月, 2019 1 次提交
  4. 04 9月, 2019 1 次提交
  5. 02 9月, 2019 1 次提交
  6. 12 8月, 2019 2 次提交
  7. 08 8月, 2019 1 次提交
  8. 31 7月, 2019 1 次提交
  9. 29 7月, 2019 2 次提交
    • W
      Refine PaddleDetection (#2880) · 87d15f1b
      wangguanzhong 提交于
      Add PaddleDetection docs & some model configs
      87d15f1b
    • K
      Add Yolov3 model based on PascalVOC and add voc metrics by Python. (#2801) · aefcd10e
      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
      aefcd10e
  10. 23 7月, 2019 1 次提交
  11. 28 6月, 2019 1 次提交
  12. 27 6月, 2019 1 次提交
  13. 26 6月, 2019 1 次提交
    • Y
      Tweak command line scripts (#2517) · 4f457075
      Yang Zhang 提交于
      * Tweak command line scripts
      
      enable fine grained control of command flags parsing
      switch to attribute style of accessing config options
      
      * Break down visualization function
      
      decouple it from IO operations
      
      * Move flag parsing out of `main()`
      
      * Fix a bug where `None` is returned instead of `{}`
      
      * Rename `save_xxx` to `output_xxx` in command line flags
      
      could be confusing since checkpoint is stored in `save_dir`
      
      * Support image file extensions in upper case
      4f457075
  14. 24 6月, 2019 1 次提交