-
Notifications
You must be signed in to change notification settings - Fork 287
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
Regarding the establishment of visp environment #1343
Comments
Hello I used the second method you provided => cmake ../visp -DBUILD_PYTHON_BINDINGS=OFF |
There is no problem to disable Python bindings. You will be able to use ViSP libraries as any other C++ software. |
Hello It creates the following problem CMake error (message) at module/core/CMakeLists.txt:53: I would like to ask how I should solve the above problem |
It seems that Should be tested with
and adapted according to the path where you cloned the repo |
Hello
|
Sorry, does this need to be modified? GPU_CAPABILITIES |
These are OpenCV issues. Open an issue there. |
Hello Sorry, I don't quite understand how to do this step, or do I not need to perform this step? |
Hello I am testing whether yolov7 can run. Because MegaPose uses yolov7, I need to run the yolov7 project in the Deep learning object detection tutorial first to make sure that my yolov7 is OK. But I currently encounter the following problem. I want to Please tell me how to solve this problem ----------problem--------------
Aborted (core dumped) |
Hello, When tested with OpenCV 4.5, issues similar as yours occured. Please update your version of OpenCV to meet these requirements. As a reminder, in the DNN tutorial, it is advised to build OpenCV from source to benefit from Cuda acceleration |
Hello
I did this step while executing the installation tutorial above.
=>make -j$(nproc)
The following problem occurs during compilation
my version Python 3.10.12
The text was updated successfully, but these errors were encountered: