kopia lustrzana https://github.com/OpenDroneMap/ODM
commit
d120e0abd2
|
@ -29,7 +29,7 @@ OpenDroneMap can run natively on Ubuntu 14.04 or later, see [Build and Run Using
|
||||||
|
|
||||||
**[Download the latest release here](https://github.com/OpenDroneMap/OpenDroneMap/releases)**
|
**[Download the latest release here](https://github.com/OpenDroneMap/OpenDroneMap/releases)**
|
||||||
|
|
||||||
Current version: 0.2 (this software is in beta)
|
Current version: 0.3 (this software is in beta)
|
||||||
|
|
||||||
1. Extract and enter the OpenDroneMap directory
|
1. Extract and enter the OpenDroneMap directory
|
||||||
2. Run `bash configure.sh install`
|
2. Run `bash configure.sh install`
|
||||||
|
@ -146,7 +146,6 @@ instructions through "Create a Docker group". Once Docker is installed, the fast
|
||||||
|
|
||||||
If you want to build your own Docker image from sources, type:
|
If you want to build your own Docker image from sources, type:
|
||||||
|
|
||||||
docker build -t packages -f packages.Dockerfile .
|
|
||||||
docker build -t my_odm_image .
|
docker build -t 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
|
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
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.3-development
|
0.3
|
Ładowanie…
Reference in New Issue