I am trying to run darknet tiny yolo v3 object detection in jetson TX1 with jetpack 3.2 along with CUDA 9. But it is unable to detect the object. However it is working fine on my TX1 with jetpack 3.1. Kindly let me know, what changes I have to make it up and running with jetpack 3.2.
Output obtained after running this
./darknet detect cfg/yolov3-tiny.cfg yolov3-tiny.weights data/dog.jpg
Loading weights from yolov3.weights...Done!
data/dog.jpg: Predicted in 0.293671 seconds.
Segmentation fault
got a tx2. I've met this "segmentation fault" when I use the wrong cfg file or wrong weights file. Or simply, the weights file is damaged. I would check that first
Hey,
I am trying to run darknet tiny yolo v3 object detection in jetson TX1 with jetpack 3.2 along with CUDA 9. But it is unable to detect the object. However it is working fine on my TX1 with jetpack 3.1. Kindly let me know, what changes I have to make it up and running with jetpack 3.2. Output obtained after running this ./darknet detect cfg/yolov3-tiny.cfg yolov3-tiny.weights data/dog.jpg
Loading weights from yolov3.weights...Done! data/dog.jpg: Predicted in 0.293671 seconds. Segmentation fault
Thanks