YOLO_V1 Tensorflow version
The folder includes train, test phase, and detailed comments in yolo_v1.py.
-
Clone yolo_v1_tensorflow repository
$ git clone https://github.com/zjcanjux/yolo_v1_tensorflow.git $ cd yolo_v1_tensorflow
-
Download Pascal VOC dataset, and create correct directories
$ ./download_data.sh
-
Download YOLO_small weight file and put it in
data/weight
-
Modify configuration in
yolo/config.py
-
Training
$ python yolo_v1train.py
-
Test
$ python yolo_v1test.py
-
Tensorflow
-
OpenCV