(1) Install docker
(2) Install nvidia-docker
(3) Ready for GUI visualization
$ sudo apt-get install x11-xserver-utils
$ xhost +local:
$ docker pull celinachild/openvslam:latest
$ docker run --gpus all -it --ipc=host --net=host --privileged -e DISPLAY=unix$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:rw -e NVIDIA_DRIVER_CAPABILITIES=all celinachild/openvslam
# for mapping
$ ./run_video_slam -v ./orb_vocab/orb_vocab.dbow2 -m ./aist_living_lab_1/video.mp4 -c ./aist_living_lab_1/config.yaml --no-sleep --map-db map.msg
# for localization
$ ./run_video_localization -v ./orb_vocab/orb_vocab.dbow2 -m ./aist_living_lab_2/video.mp4 -c ./aist_living_lab_2/config.yaml --no-sleep --map-db map.msg
Content type
Image
Digest
Size
777.1 MB
Last updated
over 5 years ago
docker pull celinachild/openvslam