-
Notifications
You must be signed in to change notification settings - Fork 200
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
Test failed with Jetpack 4.4 [L4T 32.4.3] and OpenCV 4.4.0 #43
Comments
Thanks for reporting this @nalzok . The cause is that the data needed by the tests isn't downloaded when it should be if the test option is used. Many tests will still fail, but it's more like 80% passing, rather than 20% without the test data. I will implement a fix as soon as I get a chance. More detail here: see "OpenCV Extra" If you clone that and set the approprate environment variable, it should find the test data. |
Thanks for the timely response! I tried to fix the issue myself by modifying your script to this. I commented out the "prepare for the build" part and manually clone the I have changed The additional dependencies I installed (mostly for sudo apt install doxygen graphviz openblas python-pip
pip install beautifulsoup4 I mounted a 4GB swap file and start the building process with You may download the full test report here. It's a 134.1 MB zip file including some image files. There are a lot of different errors, but the "cuDNN did not return a suitable algorithm for convolution" error gets the most exposure. Here is an example of what it looks like
However, the OpenCV installation appears good
The Python binding looks good as well
|
Sorry for the late response @nalzok. Your issue may be that
I will be pushing some updates today to fix this issue, hopefully. Thanks again for reporting it. |
I'm building OpenCV 4.4.0 headlessly on a Jetson Nano with Jetpack 4.4 [L4T 32.4.3]. The build is successful but many tests failed. See attached logs.
build.log
test.log
install.log
test-reports.zip
Apparently the cause is multiple missing input files like
./gpu/opticalflow/frame0.png
. Any tips?The text was updated successfully, but these errors were encountered: