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!
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!
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