This is a repo for implementing YOLOv2 with trained models on tensorflow.
- Download the weights file here (OneDrive). The weights file includes 3 files, they should be put in
weights
folder. - The images should be put in
test_pic
folder, and the video should be put intest_video
folder. - Then Edit the configure file
cfg.py
, or use the default configure. - Use
python YOLO_coco_test.py
to run.
pjreddie/darknet
gliese581gg/YOLO_tensorflow
- TensorFlow
- OpenCV