kopia lustrzana https://github.com/OpenDroneMap/docs
Ref fixes
rodzic
372d848181
commit
18e6feaad6
|
@ -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::
|
||||
|
||||
|
|
|
@ -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::
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue