/yolo_py3.5_tf1.0

Forked from others.

Primary LanguagePython

yolo_py3.5_tf1.0

Forked from nilboy. As Tensorflow 1.0 has discarded some old functions, so I updated those functions(in ./yolo/net folder). I have tested this code with VOC2007 dataset and ECUSTFD in Python 3.5.2 with tensorflow 1.0.
Before using it ,you need to download the pretrain file. If you can not visit Google, try BaiduYun. After downloading it, you should move the downloaded .ckpt file into ./models/pretrain/ folder. And do not forget to download your dataset.