ibelem's picture
Init Commit
f543607

.npy files under this folder are downloaded from model of Tiny YOLO v2, which is converted from YAD2K project and licensed under the MIT.

The test data are generated by running TinyYolov2 model based on YAD2K project with yolov2-tiny-voc.cfg and yolov2-tiny-voc.weights.

Details of test data:

  1. input_0.npy and output_0.npy of test_data_set/0 is generated by running TinyYolov2 model with dog.jpg
  2. input_0.npy and output_0.npy of test_data_set/1 is generated by running TinyYolov2 model with horses.jpg
  3. input_0.npy and output_0.npy of test_data_set/2 is generated by running TinyYolov2 model with person.jpg

Commands to generate test data:

$ git clone https://github.com/BruceDai/YAD2K && cd YAD2K
$ git checkout gen_test_data
$ python3 test_yolo.py model_data/yolov2-tiny-voc.h5 -a model_data/yolov2-tiny-voc_anchors.txt -c model_data/pascal_classes.txt