gliese581gg / YOLO_tensorflow

tensorflow implementation of 'YOLO : Real-Time Object Detection'
Other
1.72k stars 656 forks source link

fixed (rewrote all prints for python 3.6) #35

Open anonym24 opened 7 years ago

anonym24 commented 7 years ago

fixed (rewrote all prints for python 3.6)

anonym24 commented 7 years ago

Can I use those scripts for other weights? not tiny, but normal yolo-voc? What should I change? For example this line weights_file = 'weights/YOLO_small.ckpt' and what else? I see also difference in build_networks function, there is something else?