johannes-graeter / limo

Lidar-Monocular Visual Odometry
GNU General Public License v3.0
822 stars 232 forks source link

demo does not use GPU #72

Closed Abdob closed 2 years ago

Abdob commented 2 years ago

when launching

roslaunch demo_keyframe_bundle_adjustment_meta kitti_standalone.launch 

The gpu doesn't get used, nvidia-smi doesn't show any processes uses compute

Are we expecting CUDA to accelerate this demo?

johannes-graeter commented 2 years ago

Hi no at the moment this runs solely on cpu (except for the semantic segmentation of course which is computed beforehand in this case.)