1. 12 8月, 2019 1 次提交
  2. 31 7月, 2019 1 次提交
  3. 29 7月, 2019 1 次提交
    • 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
  4. 25 7月, 2019 1 次提交
  5. 18 7月, 2019 1 次提交
  6. 11 7月, 2019 1 次提交
  7. 10 7月, 2019 1 次提交
  8. 05 7月, 2019 1 次提交
  9. 04 7月, 2019 1 次提交
  10. 01 7月, 2019 2 次提交
  11. 28 6月, 2019 1 次提交
  12. 27 6月, 2019 4 次提交
  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. 25 6月, 2019 1 次提交
    • K
      refine infer with args (#2501) · fc6abdd2
      Kaipeng Deng 提交于
      * refine infer with args
      
      * remove samples
      
      * fix as review
      
      * refine code
      
      * refine args
      
      * move get_test_images to infer.py
      
      * add visualize log
      
      * fix images = []
      
      * fix args
      
      * refine infer.py
      
      * fix yolov3_r34.yml
      fc6abdd2
  15. 24 6月, 2019 2 次提交