-
Notifications
You must be signed in to change notification settings - Fork 52
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
Opencv4.5.0 #19
Comments
Hi, the functions used in this repository are available in every version of opencv (>= 3.0). You should have no problems in using it. I have used opencv 4.5 on jetson but not for this project. Let me know if you encounter any problems. |
Hi, I had to make some adjustments in the Makefile to specify the version of OpenCV.
I followed some of the suggestion here but still doesn't work |
Hi, yes there is an issue with compiling darknet on Jetson. Can you post the full log so I can take a look? Also, which Jetson and JetPack are you using and what scripts have you run up to this point? |
Hi, I am on AGX with Cuda 10.2, after running this darknet I got many errors of compilation due to different reasons like mismatched version of packages (e.g openCV), so I modified the compile_darknet.sh to:
This allowed me to make some changes to files, followed this |
Can you do a |
So first I tested this repo and then this other and they works. This is the first error that I had at first
Which led me to this and fixed for the most, but then when I run
The ./compile_darknet.sh has a git clone to this path |
I suggest updating the script for darknet to which the ./compile_darknet.sh is pointing. I tried with the original repo from AlexeyAB and after some adjustment worked with no problem which definitely needs to update some of the files like Makefile and image_opencv.cpp in order to work with the Xavier and the latest JetPack, OpenCV4, Cuda, the Nccv file location etc. |
Hi, I was thinking to use OpenCV 4.5.0 on both pi and jetson, what do you suggest? have you tried it?
The text was updated successfully, but these errors were encountered: