-
Notifications
You must be signed in to change notification settings - Fork 23
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
build/tests ERROR #1
Comments
You should build opencv with OpenGL, and cmake with following command "OpenCV_DIR=you/opencv/build/ cmake .." |
Hi, Thanks for reporting the issue. I agree with @DecenWill. This seems to me like an issue with OpenGL support for OpenCV. And this is primarily due to the fact that OpenGL rendering is not associated with your OpenCV. If you would like to use OpenCV associated with your virtual environment, please refer to here: This was originally prepared for macOS installation, but I also showed how you can compile OpenCV with OpenGL support. Those should be the exact same command for Ubuntu as well. Note that this error with OpenGL won't affect the training at all since we are not using OpenGL rendering during training. |
I have encountered the following error from unittest with EGL build, any idea to resolve? /root/mount/Matterport3DSimulator/src/test/main.cpp:350: FAILED: =============================================================================== |
When I set up all the stuff and run build/tests I got this:
The text was updated successfully, but these errors were encountered: