Closed GVMafeedme closed 1 year ago
A while ago I did try it with docker and it worked in ros (using D435i camera live). See https://github.com/introlab/rtabmap/issues/896#issuecomment-1257085425 Never tried it with torch using only CPU. Did you try starting from pytorch CPU docker image instead of the ros one?
Thank you! I found the issue: the weights are compatible with a few versions of torch only, so all the weights should be updated, you gave the answer here https://github.com/introlab/rtabmap_ros/issues/957
(Adding this note here for reference) There is a superpoint/superglue rtabmap_ros docker image here for convenience: https://github.com/introlab/rtabmap_ros/blob/master/docker/noetic/superpoint/Dockerfile
I am testing Superglue with Superpoint, I built rtabmap from source, but when I set the parameters to use Superpoint and Superglue, it crashes instantly. I am using docker with access to gpu (gazebo launches correctly) and has built rtabmap bot for gpu and cpu, here is the Dockerfile for cpu:
The launch group I used is this one:
The output is the following, not much information is provided by
--udebug
either:I tried with version
0.21.1
but it does crash instantly as well. That log file referenced in the end does not exist in my computer.