utsav003
Results
3
comments of
utsav003
> For example, if I run this command in shell: > python flow --model cfg/yolo-new.cfg --load bin/yolo-new.weights --demo videofile.avi > there will be output on shell. > > but how...
Please do copy the whole cfg file to new file and rename file name and will solve the issue. As currently it is taking default labels for the cfg file...
You can check it from darkflow/defaults.py and change any parameters as per your requirements