-
Notifications
You must be signed in to change notification settings - Fork 68
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
which opencv version do you use? #9
Comments
@SharineLee |
I use the latest one 4.5. Installed from conda. |
Does this project need to install CUDA+CUDNN+Annacada? which version? |
No |
While selecting the control window press |
what‘s the difference between 'main' and ‘iros22’ branch? |
Thanks!it work now. |
iros22 is the code that is used for generating all numbers in the paper for reproducibility. Main contains some bug fixes and small improvements. |
Make sure you build in release mode (see https://answers.ros.org/question/310112/equivalent-of-catkin_make-dcmake_build_typerelease-with-catkin-build/) |
catkin build error:
dsol_ws/src/dsol/sv/dsol/image.h:14:11: error: ‘cv::Rect {aka class cv::Rect_<int>}’ has no member named ‘empty’ if (roi.empty()) return false;
The text was updated successfully, but these errors were encountered: