Skip to content

Implements visual SLAM to create a mosaic from nadir UAV videos.

Notifications You must be signed in to change notification settings

lukasbommes-unfinished-projects/DroneMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building the Docker image

Change into base directory of project and run

sudo docker build -t dronemapper .

Running the Docker image

On the host disable X server access control

xhost +

and start the docker container

sudo docker run -it \
    --runtime=nvidia \
    --ipc=host \
    -e DISPLAY=$DISPLAY \
    -v /tmp/.X11-unix:/tmp/.X11-unix:rw \
    -v $(pwd):/dronemapper \
    -p 8888:8888 \
    dronemapper /bin/bash

Using Jupyter Lab

To startup jupyter lab use the following command

jupyter lab --ip='0.0.0.0' --port=8888 --no-browser --allow-root

Open the URL which is displayed to you in the web browser on the host.

About

Implements visual SLAM to create a mosaic from nadir UAV videos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published