You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to convert yolov4 model from darknet. I am using Jetson Nano and have compatible versions of CUDA, TensorRT, cuDNN and OpenCV installed. But, when i enter this command: sudo python3 demo_darknet2onnx.py ~/yolo_workspace/darknet/cfg/yolov4.cfg ~/yolo_workspace/darknet/data/coco.names ~/yolo_workspace/darknet/yolov4.weights ~/yolo_workspace/darknet/data/dog.jpg 1
It gives me this output: Illegal instruction
If i omit "sudo" from the command, i see this output: Illegal instruction (core dumped)
Please let me know if i might be missing something.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to convert yolov4 model from darknet. I am using Jetson Nano and have compatible versions of CUDA, TensorRT, cuDNN and OpenCV installed. But, when i enter this command:
sudo python3 demo_darknet2onnx.py ~/yolo_workspace/darknet/cfg/yolov4.cfg ~/yolo_workspace/darknet/data/coco.names ~/yolo_workspace/darknet/yolov4.weights ~/yolo_workspace/darknet/data/dog.jpg 1
It gives me this output:
Illegal instruction
If i omit "sudo" from the command, i see this output:
Illegal instruction (core dumped)
Please let me know if i might be missing something.
Thanks in advance.
The text was updated successfully, but these errors were encountered: