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

Rosbag very slow with RGBDSLAMv2 #93

Open
stefmorren opened this issue May 19, 2018 · 1 comment
Open

Rosbag very slow with RGBDSLAMv2 #93

stefmorren opened this issue May 19, 2018 · 1 comment

Comments

@stefmorren
Copy link

If I'm using RGBDSLAMv2 and I use a rosbag from the TUM dataset the system is really slow. If the dataset is about 30 seconds, RGBDSLAMv2 needs about 4 minutes to play this rosbag. Why is this so slow?

If I use RGBDSLAMv2 with a rgbdcamera there are no issues and it just plays real time.

@felixendres
Copy link
Owner

rgbdslam will process every frame of a bagfile, when reading it directly from file. With live data, frames are dropped if they cannot be processed in time.

The performance depends on a variety of things, most notably keypoint and descriptor count and type.
SIFTGPU and ORB are fast, SIFT and SURF aren't.

To say more I would need to know your configuration (e.g., the launch file)

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

2 participants