tum-vision / lsd_slam

LSD-SLAM
GNU General Public License v3.0
2.59k stars 1.23k forks source link

LSD SLAM results with datasets provided in http://vision.in.tum.de/research/vslam/lsdslam #172

Open lim0606 opened 8 years ago

lim0606 commented 8 years ago

Hi, everyone.

I would like to reproduce the results provided in http://vision.in.tum.de/research/vslam/lsdslam.

I ran rosbag play <bag file> with provided .bag files as illustrated in the quickstart (I installed with openFabMap). However, the results are generally not as good as the video clip described. In the case of the eccv sequence, the result is really bad.

I didn't change any parameters yet.

Is there anyone who can help me to solve this issue?

Thank you

Jaehyun

lim0606 commented 8 years ago

As I can found in other issues, I ran rosrun lsd_slam_core dataset_slam ... instead of live_slam to use camera calibration files. The results with the camera configuration files are definitely better than without them.

However, the results are still not as good as the video clips described. I especially tested the ECCV sequence with many different combinations of parameters, but they didn't work well. The system seems like we have to filter out some outliers for better performance.

Jaehyun.

jzubizarreta commented 7 years ago

I have the same issues. The pointcloud with their database is noisy. It is like the graph optimization is not working and many pointclouds are badly overlapped. Did it happen the same to you? Did you solve it?

Thanks in advance.