kopia lustrzana https://github.com/OpenDroneMap/ODM
Link to "Viewing results" wiki page from README.md
rodzic
9fa0c71496
commit
fd8bb4146b
|
@ -150,7 +150,7 @@ If you want to build your own Docker image from sources, type:
|
||||||
docker run -it --rm -v $(pwd)/images:/code/images -v $(pwd)/odm_orthophoto:/code/odm_orthophoto -v $(pwd)/odm_texturing:/code/odm_texturing my_odm_image
|
docker run -it --rm -v $(pwd)/images:/code/images -v $(pwd)/odm_orthophoto:/code/odm_orthophoto -v $(pwd)/odm_texturing:/code/odm_texturing my_odm_image
|
||||||
|
|
||||||
Using this method, the containerized ODM will process the images in the OpenDroneMap/images directory and output results
|
Using this method, the containerized ODM will process the images in the OpenDroneMap/images directory and output results
|
||||||
to the OpenDroneMap/odm_orthophoto and OpenDroneMap/odm_texturing directories as described in the **Viewing Results** section.
|
to the OpenDroneMap/odm_orthophoto and OpenDroneMap/odm_texturing directories as described in the [Viewing Results](https://github.com/OpenDroneMap/OpenDroneMap/wiki/Output-and-Results) section.
|
||||||
If you want to view other results outside the Docker image simply add which directories you're interested in to the run command in the same pattern
|
If you want to view other results outside the Docker image simply add which directories you're interested in to the run command in the same pattern
|
||||||
established above. For example, if you're interested in the dense cloud results generated by PMVS and in the orthophoto,
|
established above. For example, if you're interested in the dense cloud results generated by PMVS and in the orthophoto,
|
||||||
simply use the following `docker run` command after building the image:
|
simply use the following `docker run` command after building the image:
|
||||||
|
|
Ładowanie…
Reference in New Issue