diff --git a/README.md b/README.md index 86718868..2825c97a 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ In a word, OpenDroneMap is a toolchain for processing raw civilian UAS imagery t 6. Digital Elevation Models 7. etc. -So far, it does Point Clouds, Digital Surface Models, Textured Digital Surface Models, and Orthorectified Imagery. +So far, it does Point Clouds, Digital Surface Models, Textured Digital Surface Models, and Orthorectified Imagery. Open Drone Map now includes state-of-the-art 3D reconstruction work by Michael Waechter, Nils Moehrle, and Michael Goesele. See their publication at http://www.gcc.tu-darmstadt.de/media/gcc/papers/Waechter-2014-LTB.pdf. Users' mailing list: http://lists.osgeo.org/cgi-bin/mailman/listinfo/opendronemap-users -Developer's mailing list: http://lists.osgeo.org/cgi-bin/mailman/listinfo/opendronemap-dev +Developers' mailing list: http://lists.osgeo.org/cgi-bin/mailman/listinfo/opendronemap-dev Overview video: https://www.youtube.com/watch?v=0UctfoeNB_Y @@ -42,7 +42,7 @@ Steps to get OpenDroneMap running: (Requires Ubuntu 14.04 or later, see https://github.com/OpenDroneMap/odm_vagrant for running on Windows in a VM) -Support for Ubuntu 12.04 is currently BROKEN with the addition of OpenSfM and Ceres-Solver. We are working hard to get it working again in the future. +Support for Ubuntu 12.04 is currently BROKEN with the addition of OpenSfM and Ceres-Solver. We are working hard to get it working again in the future. #### Building OpenDroneMap using git diff --git a/licenses/license.md b/licenses/license.md index 18d04305..7cd375fd 100644 --- a/licenses/license.md +++ b/licenses/license.md @@ -24,3 +24,4 @@ Licensing for portions of OpenDroneMap are as follows: * vtk5 - BSD - http://www.vtk.org/VTK/project/license.html * libext - https://github.com/OpenDroneMap/OpenDroneMap/blob/gh-pages/licenses/libext_copyright.txt * libx11 - https://github.com/OpenDroneMap/OpenDroneMap/blob/gh-pages/licenses/libx11_copyright.txt +* MVS Texturing - BSD - https://github.com/nmoehrle/mvs-texturing/blob/master/LICENSE.txt diff --git a/run.py b/run.py index c6ff59e3..4888eeac 100644 --- a/run.py +++ b/run.py @@ -27,7 +27,7 @@ if __name__ == '__main__': if args.project_path is None: usage() - #If user asks to rerun everything, delete all of the progress directories. + #If user asks to rerun everything, delete all of the existing progress directories. if args.rerun_all: os.system("rm -rf " + args.project_path + "images_resize/ "