Difference between revisions of "Running OpenDroneMap"

From Geomaster, Lda
Jump to navigation Jump to search
Line 11: Line 11:
 
export odmi=`pwd`
 
export odmi=`pwd`
 
ls -l $odmi
 
ls -l $odmi
 +
 
docker run -it --rm \
 
docker run -it --rm \
 
-v $odmi/images:/code/images \
 
-v $odmi/images:/code/images \
 
-v $odmi/odm_orthophoto:/code/odm_orthophoto \
 
-v $odmi/odm_orthophoto:/code/odm_orthophoto \
 
-v $odmi/odm_texturing:/code/odm_texturing \
 
-v $odmi/odm_texturing:/code/odm_texturing \
opendronemap/opendronemap
+
-v $odmi/odm_georeferencing:/code/odm_georeferencing \
 
+
-v $odmi/odm_meshing:/code/odm_meshing \
 +
-v $odmi/opensfm:/code/opensfm \
 +
opendronemap/opendronemap --gcp /code/images/gcp_list.txt --dtm --dsm
  
 +
--gcp gcp_list.txt
 
--dtm
 
--dtm
 
--dsm
 
--dsm
 +
 +
 +
 +
export odmi=`pwd`
 +
ls -l $odmi
 +
 +
docker run -it --rm \
 +
-v $odmi/images:/code/images \
 +
-v $odmi/odm_orthophoto:/code/odm_orthophoto \
 +
-v $odmi/odm_texturing:/code/odm_texturing \
 +
-v $odmi/odm_georeferencing:/code/odm_georeferencing \
 +
-v $odmi/odm_meshing:/code/odm_meshing \
 +
-v $odmi/opensfm:/code/opensfm \
 +
opendronemap/opendronemap --gcp /code/images/gcp_list.txt --dtm --dsm --use-exif
 +
 +
 +
docker run -it --rm
 +
-v $(pwd)/images:/code/images
 +
-v $(pwd)/odm_georeferencing:/code/odm_georeferencing
 +
-v $(pwd)/odm_meshing:/code/odm_meshing
 +
-v $(pwd)/opensfm:/code/opensfm
 +
 +
-v $(pwd)/pmvs:/code/pmvs
 +
opendronemap/opendronemap
  
  

Revision as of 20:04, 14 June 2018

Install docker

Add you user to docker group

mkdir OpenDroneMap
cd OpenDroneMap
git clone git@github.com:OpenDroneMap/odm_data_aukerman.git
cd odm_data_aukerman

export odmi=`pwd`
ls -l $odmi

docker run -it --rm \
-v $odmi/images:/code/images \
-v $odmi/odm_orthophoto:/code/odm_orthophoto \
-v $odmi/odm_texturing:/code/odm_texturing \
-v $odmi/odm_georeferencing:/code/odm_georeferencing \
-v $odmi/odm_meshing:/code/odm_meshing \
-v $odmi/opensfm:/code/opensfm \
opendronemap/opendronemap --gcp /code/images/gcp_list.txt --dtm --dsm 

--gcp gcp_list.txt
--dtm
--dsm



export odmi=`pwd`
ls -l $odmi

docker run -it --rm \
-v $odmi/images:/code/images \
-v $odmi/odm_orthophoto:/code/odm_orthophoto \
-v $odmi/odm_texturing:/code/odm_texturing \
-v $odmi/odm_georeferencing:/code/odm_georeferencing \
-v $odmi/odm_meshing:/code/odm_meshing \
-v $odmi/opensfm:/code/opensfm \
opendronemap/opendronemap --gcp /code/images/gcp_list.txt --dtm --dsm --use-exif


docker run -it --rm 
-v $(pwd)/images:/code/images 
-v $(pwd)/odm_georeferencing:/code/odm_georeferencing 
-v $(pwd)/odm_meshing:/code/odm_meshing 
-v $(pwd)/opensfm:/code/opensfm 

-v $(pwd)/pmvs:/code/pmvs 
opendronemap/opendronemap



/home/jgr/OpenDroneMap/odm_data_aukerman/images

docker run -it --rm \
-v /home/jgr/OpenDroneMap/odm_data_aukerman/images:/code/images \
-v /home/jgr/OpenDroneMap/odm_data_aukerman/odm_orthophoto:/code/odm_orthophoto \
-v /home/jgr/OpenDroneMap/odm_data_aukerman/odm_texturing:/code/odm_texturing \
opendronemap/opendronemap

webODM

https://github.com/OpenDroneMap/WebODM

git clone https://github.com/OpenDroneMap/WebODM --config core.autocrlf=input
cd WebODM
./webodm.sh start

jgrocha/xxbatata


Tools

CloudCompare