pull/15/head
Piero Toffanin 2019-05-22 15:08:43 -04:00
rodzic 372d848181
commit 18e6feaad6
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -58,7 +58,7 @@ See the `WebODM project README <https://github.com/OpenDroneMap/WebODM>`_ for ot
Build your docker image
```````````````````````
Download and extract the latest version of ODM: :ref:`download`
Download and extract the latest version of ODM: https://github.com/OpenDroneMap/ODM/archive/master.zip
In Docker toolbox or Docker CE, navigate to your extracted ODM directory. Then build the Docker image.::
@ -89,7 +89,7 @@ Once this is done, go to :ref:`docker-usage`
Native Installation (Ubuntu 16.04)
----------------------------------
Download and extract the latest version of ODM: :ref:`download`
Download and extract the latest version of ODM: https://github.com/OpenDroneMap/ODM/archive/master.zip
The installation is simple::

Wyświetl plik

@ -13,7 +13,7 @@ There are two methods for running with docker. One pulls a pre-built image from
docker run -ti --rm -v /my/project:/datasets/code <my_odm_image> --project-path /datasets
Where /my/project is the path to your project containing an ``images`` folder (/my/project/images). ``-v`` is used to connect folders in the docker container to local folders. See :doc:`dataset` for reference on the project layout.
Where /my/project is the path to your project containing an ``images`` folder (/my/project/images). ``-v`` is used to connect folders in the docker container to local folders. See :doc:`outputs` for reference on the project layout.
To pass in custom parameters to the run.py script, simply pass it as arguments to the docker run command. For example::