Darknet: Error when i run demo with my video file

Created on 28 Mar 2018  Â·  3Comments  Â·  Source: pjreddie/darknet

When I run demo with my own video file or detect in online camera, the error occured .
The error as follows:
names: Using default 'data/names.list'
But I couln't find the file which named "names.list " in the data file . And when I read the demo.c and detect.c I can't understand what's the meaning of file names.list .
How do I solve the issue? please help me, thank you!

Most helpful comment

what is your command
Hope it will be like this
./darknet detector demo data/coco.data cfg.yolov3.cfg yolov3.weights test.mp4

All 3 comments

what is your command
Hope it will be like this
./darknet detector demo data/coco.data cfg.yolov3.cfg yolov3.weights test.mp4

@AndyZX you should check whether the path is correct,@ahsan856jalal Your command has an error,maybe you can try it: ./darknet detector demo cfg/coco.data cfg/yolov3.cfg yolov3.weights

good!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kthordarson picture kthordarson  Â·  3Comments

sujithm picture sujithm  Â·  3Comments

ivomarvan picture ivomarvan  Â·  3Comments

ghost picture ghost  Â·  4Comments

HoracceFeng picture HoracceFeng  Â·  3Comments