Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 582 Bytes

File metadata and controls

12 lines (9 loc) · 582 Bytes

OpenDroneMap container (website, GitHub) for Jetson. This uses CUDA for accelerated SIFT feature extraction during image alignment & registration, and during SFM reconstruction.

Example to start the container building maps from a directory of images (like from here in the OpenDroneMap documentation)

jetson-containers run \
  -v /home/user/data:/datasets \
  $(autotag opendronemap) \
    python3 /code/run.py \
      --project-path /datasets project