kopia lustrzana https://github.com/OpenDroneMap/ODM
update supported extensions format
rodzic
03b4a341b8
commit
3ad5842d6a
|
@ -5,4 +5,7 @@ scripts_path = os.path.abspath(os.path.dirname(__file__))
|
||||||
superbuild_path = os.path.join(scripts_path[:-7], 'SuperBuild/')
|
superbuild_path = os.path.join(scripts_path[:-7], 'SuperBuild/')
|
||||||
|
|
||||||
pyopencv_path = os.path.join(superbuild_path, 'lib/python2.7/dist-packages')
|
pyopencv_path = os.path.join(superbuild_path, 'lib/python2.7/dist-packages')
|
||||||
opensfm_path = os.path.join(superbuild_path, "src/opensfm")
|
opensfm_path = os.path.join(superbuild_path, "src/opensfm")
|
||||||
|
|
||||||
|
# Define supported image extensions
|
||||||
|
supported_extensions = {'.jpg','.jpeg'}
|
Ładowanie…
Reference in New Issue