llSourcell / YOLO_Object_Detection

This is the code for "YOLO Object Detection" by Siraj Raval on Youtube
GNU General Public License v3.0
1.73k stars 797 forks source link

flow: --model unknown option #23

Open yan-michael opened 5 years ago

yan-michael commented 5 years ago

Hi all,

When running the flow --model cfg/tiny-yolo.cfg --load bin/tiny-yolo.weights command, I am met with flow: --model unknown option. I have verified that flow is installed correctly, but I don't see the --main option under flow --h. Any ideas?

Thanks!

rathnakarsp commented 5 years ago

Use python keyword in the before flow command

python flow --model cfg/yolo-new.cfg