Difference between revisions of "Running OpenDroneMap"
Jump to navigation
Jump to search
(Created page with "Install docker Add you user to docker group <syntaxhighlight lang="bash"> mkdir OpenDroneMap cd OpenDroneMap git clone git@github.com:OpenDroneMap/odm_data_aukerman.git cd o...") |
|||
| Line 8: | Line 8: | ||
git clone git@github.com:OpenDroneMap/odm_data_aukerman.git | git clone git@github.com:OpenDroneMap/odm_data_aukerman.git | ||
cd odm_data_aukerman | cd odm_data_aukerman | ||
| − | |||
| − | |||
export odmi=`pwd` | export odmi=`pwd` | ||
| + | ls -l $odmi | ||
docker run -it --rm \ | docker run -it --rm \ | ||
| − | -v $ | + | -v $odmi/images:/code/images \ |
| − | -v $ | + | -v $odmi/odm_orthophoto:/code/odm_orthophoto \ |
| − | -v $ | + | -v $odmi/odm_texturing:/code/odm_texturing \ |
opendronemap/opendronemap | opendronemap/opendronemap | ||
| + | |||
| + | |||
| + | --dtm | ||
| + | --dsm | ||
| + | |||
| + | |||
| + | |||
| + | /home/jgr/OpenDroneMap/odm_data_aukerman/images | ||
docker run -it --rm \ | 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 | |
| + | |||
| + | </syntaxhighlight> | ||
| + | |||
| + | === webODM === | ||
| + | |||
| + | https://github.com/OpenDroneMap/WebODM | ||
| + | |||
| + | <syntaxhighlight lang="bash"> | ||
| + | git clone https://github.com/OpenDroneMap/WebODM --config core.autocrlf=input | ||
| + | cd WebODM | ||
| + | ./webodm.sh start | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | jgrocha/xxbatata | ||
| + | |||
| + | |||
| + | === Tools === | ||
| + | |||
| + | CloudCompare | ||
Revision as of 13:08, 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 \
opendronemap/opendronemap
--dtm
--dsm
/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