Skip to content
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

Add sample data, modify paths accordingly. #2

Open
avisingh599 opened this issue Sep 22, 2015 · 2 comments
Open

Add sample data, modify paths accordingly. #2

avisingh599 opened this issue Sep 22, 2015 · 2 comments

Comments

@avisingh599
Copy link
Owner

No description provided.

@sunnyHelen
Copy link

Hi, I wanna ask what dataset you use in kitti, color,grey orvelodyne laser data. I hope add some data to use your code. But I don't know use what kind of data to use your code. I just start to learn slam recently with very little experience. Can you tell me? Thank you very much.

@BJMH
Copy link

BJMH commented Dec 7, 2018

The code works with the colour KITTI odometry data set. However, the call to cvtColor(img_1_c, img_1, COLOR_BGR2GRAY); converts it to grey scale, so it would probably run the same on the grey scale data set.

If you change the strings that load the images, it should work with any colour or grey scale sequence of images supported by cv::imread(). However, I tried it on the New Tsukuba data set and got very poor results, whilst it works amazingly on the KITTI data set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants