diff --git a/README.md b/README.md index 5c7b7fdb..ba715de0 100644 --- a/README.md +++ b/README.md @@ -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` ---