versatran01 / dsol

DSOL: Direct Sparse Odometry Lite
Apache License 2.0
366 stars 63 forks source link

which opencv version do you use? #9

Open SharineLee opened 1 year ago

SharineLee commented 1 year ago

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;

arjunskumar commented 1 year ago

@SharineLee 3.2.0

versatran01 commented 1 year ago

I use the latest one 4.5. Installed from conda.

SharineLee commented 1 year ago

I use the latest one 4.5. Installed from conda.

Does this project need to install CUDA+CUDNN+Annacada? which version?

versatran01 commented 1 year ago

No

SharineLee commented 1 year ago

why there is nothing when i run in the kitti dataset? 2022-11-01 11-12-33 的屏幕截图

what's the meaning of the 'control' windows?

Do my kitti dataset‘s structure wrong?could you show me your kitti dataset‘s structure?

Thanks!

SharineLee commented 1 year ago

Here is my kitti_odom dataset's structure:

2022-11-01 11-22-56 的屏幕截图

iandouglas96 commented 1 year ago

While selecting the control window press space

SharineLee commented 1 year ago

what‘s the difference between 'main' and ‘iros22’ branch?

SharineLee commented 1 year ago

While selecting the control window press space

Thanks!it work now.

versatran01 commented 1 year ago

iros22 is the code that is used for generating all numbers in the paper for reproducibility. Main contains some bug fixes and small improvements.

SharineLee commented 1 year ago

It seems to run very slowly on my computer(Intel® Core™ i9-9900K CPU @ 3.60GHz × 16, 31.3 GiB memory). why?Do i need to adjust some parameters? runtime_dsol_main_tbb=1_log=5_202211011400

iandouglas96 commented 1 year ago

Make sure you build in release mode (see https://answers.ros.org/question/310112/equivalent-of-catkin_make-dcmake_build_typerelease-with-catkin-build/)