stereolabs / zed-yolo

3D Object detection using Yolo and the ZED in Python and C++
https://www.stereolabs.com/
MIT License
159 stars 68 forks source link

Loading weights from yolov3-tiny.weights...Couldn't open file: yolov3-tiny.weights #16

Closed TEOEFW closed 5 years ago

TEOEFW commented 5 years ago

dear friend! when i ran ./darknet_zed ../../libdarknet/data/coco.names ../../libdarknet/cfg/yolov3-tiny.cfg yolov3-tiny.weights came out of the message Loading weights from yolov3-tiny.weights...Couldn't open file: yolov3-tiny.weights Segmentation fault (core dumped)

machenxiang commented 4 years ago

dear friend! when i ran ./darknet_zed ../../libdarknet/data/coco.names ../../libdarknet/cfg/yolov3-tiny.cfg yolov3-tiny.weights came out of the message Loading weights from yolov3-tiny.weights...Couldn't open file: yolov3-tiny.weights Segmentation fault (core dumped)

Thanks in advance. Did you solve the problem? If you did can you tell me how to fix it?