Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"illegal instruction" (core dumped) When Running demo_darknet2onnx.py #566

Open
mericgeren opened this issue Sep 19, 2023 · 1 comment
Open

Comments

@mericgeren
Copy link

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.

@arionulibasa
Copy link

change your numpy version to 1.19.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants