pull/140/head
Danilo Bargen 2015-08-08 19:47:54 +02:00
rodzic efbe760f9e
commit 8b8a8cb61e
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -27,11 +27,11 @@ Steps to get OpenDroneMap running:
Run install.sh to build.
``` ./install.sh ```
./install.sh
From a directory full of your images, run
``` ./run.pl ```
./run.pl
An overview of installing and running OpenDroneMap on Ubuntu can be found here: https://www.youtube.com/watch?v=e2qp3o8caPs
@ -40,7 +40,7 @@ Here are some other videos:
- https://www.youtube.com/watch?v=7ZTufQkODLs (2015-01-30)
- https://www.youtube.com/watch?v=m0i4GQdfl8A (2015-03-15)
Now that texturing is in the code base, you can access the full textured meshes using MeshLab. Open MeshLab, and choose File:Import Mesh and choose your textured mesh from a location similar to the following: reconstruction-with-image-size-1200-results\odm_texturing\odm_textured_model.obj
Now that texturing is in the code base, you can access the full textured meshes using MeshLab. Open MeshLab, choose `File:Import Mesh` and choose your textured mesh from a location similar to the following: `reconstruction-with-image-size-1200-results\odm_texturing\odm_textured_model.obj`
---