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

GPU compression/decompression? (nvCOMP integration) #1334

Open
matlabbe opened this issue Aug 30, 2024 · 0 comments
Open

GPU compression/decompression? (nvCOMP integration) #1334

matlabbe opened this issue Aug 30, 2024 · 0 comments

Comments

@matlabbe
Copy link
Member

matlabbe commented Aug 30, 2024

Currently, a large part of processing time for each rtabmap update is the compression of debugging data (RGB+depth+lidar data) and the compression of the local occupancy grid. There could be then an advantage to integrate nvCOMP to transfer that burden to GPU (in particular on jetson), which seems compatible with CPU zlib (so that the map can still be analysed or used by another computer not having nvidia gpu). See examples here: https://github.com/NVIDIA/CUDALibrarySamples/tree/master/nvCOMP/examples

@matlabbe matlabbe changed the title GPU compression/decompression? GPU compression/decompression? (nvCOMP integration) Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant