Updated split merge instructions (markdown)

master
Dakota Benjamin 2017-10-25 10:44:52 -04:00
rodzic 2de483fd2a
commit 04cc878b0d
1 zmienionych plików z 1 dodań i 1 usunięć

@ -47,7 +47,7 @@ n in each of these is an integer. See https://github.com/OpenDroneMap/OpenDroneM
python setup.py ~/ODMProjects/tanzania/ninehimages/ --min-num-features 8000 --num-cores 16
```
For what it's worth, I commented line 119 in setup.py, and renamed the images subdirectory in my project to "images_resize". In this way I used the full-sized images for texturing/ortho reconstruction.
For what it's worth, I commented line 119 in setup.py, and copied the images subdirectory in my project to "images_resize". In this way I used the full-sized images for texturing/ortho reconstruction.
### run_matching.py