kopia lustrzana https://github.com/OpenDroneMap/ODM
vcpkg additions, tweaks
rodzic
91854478b4
commit
50b4fc601d
|
@ -3,6 +3,6 @@
|
||||||
setlocal
|
setlocal
|
||||||
call win32env.bat
|
call win32env.bat
|
||||||
|
|
||||||
start "ODM Console" cmd "/k venv\Scripts\activate"
|
start "ODM Console" cmd
|
||||||
|
|
||||||
endlocal
|
endlocal
|
||||||
|
|
|
@ -5,7 +5,7 @@ cloudpickle==1.6.0
|
||||||
edt==2.0.2
|
edt==2.0.2
|
||||||
ExifRead==2.3.2
|
ExifRead==2.3.2
|
||||||
Fiona==1.8.17 ; sys_platform == 'linux' or sys_platform == 'darwin'
|
Fiona==1.8.17 ; sys_platform == 'linux' or sys_platform == 'darwin'
|
||||||
https://download.lfd.uci.edu/pythonlibs/w4tscw6k/Fiona-1.8.19-cp38-cp38-win_amd64.whl ; sys_platform == 'win32'
|
https://github.com/OpenDroneMap/windows-deps/raw/main/Fiona-1.8.19-cp38-cp38-win_amd64.whl ; sys_platform == 'win32'
|
||||||
joblib==0.17.0
|
joblib==0.17.0
|
||||||
laspy==1.7.0
|
laspy==1.7.0
|
||||||
lxml==4.6.1
|
lxml==4.6.1
|
||||||
|
@ -20,8 +20,8 @@ Pysolar==0.9
|
||||||
pytz==2020.4
|
pytz==2020.4
|
||||||
PyYAML==5.1
|
PyYAML==5.1
|
||||||
rasterio==1.1.8 ; sys_platform == 'linux' or sys_platform == 'darwin'
|
rasterio==1.1.8 ; sys_platform == 'linux' or sys_platform == 'darwin'
|
||||||
https://download.lfd.uci.edu/pythonlibs/w4tscw6k/rasterio-1.2.3-cp38-cp38-win_amd64.whl ; sys_platform == 'win32'
|
https://github.com/OpenDroneMap/windows-deps/raw/main/rasterio-1.2.3-cp38-cp38-win_amd64.whl ; sys_platform == 'win32'
|
||||||
https://download.lfd.uci.edu/pythonlibs/w4tscw6k/GDAL-3.2.2-cp38-cp38-win_amd64.whl ; sys_platform == 'win32'
|
https://github.com/OpenDroneMap/windows-deps/raw/main/GDAL-3.2.3-cp38-cp38-win_amd64.whl ; sys_platform == 'win32'
|
||||||
repoze.lru==0.7
|
repoze.lru==0.7
|
||||||
scikit-learn==0.23.2
|
scikit-learn==0.23.2
|
||||||
scikit-image==0.17.2
|
scikit-image==0.17.2
|
||||||
|
|
2
run.bat
2
run.bat
|
@ -3,8 +3,6 @@
|
||||||
setlocal
|
setlocal
|
||||||
|
|
||||||
call win32env.bat
|
call win32env.bat
|
||||||
call %ODMBASE%\venv\Scripts\activate
|
|
||||||
|
|
||||||
python "%ODMBASE%\run.py" %*
|
python "%ODMBASE%\run.py" %*
|
||||||
|
|
||||||
endlocal
|
endlocal
|
||||||
|
|
|
@ -1,22 +1,24 @@
|
||||||
eigen3
|
eigen3:x64-windows
|
||||||
suitesparse
|
suitesparse:x64-windows
|
||||||
lapack
|
lapack:x64-windows
|
||||||
tbb
|
tbb:x64-windows
|
||||||
zlib
|
glog:x64-windows
|
||||||
libpng
|
curl:x64-windows
|
||||||
libjpeg-turbo
|
libxml2:x64-windows
|
||||||
tiff
|
zlib:x64-windows
|
||||||
flann
|
libpng:x64-windows
|
||||||
boost-filesystem
|
libjpeg-turbo:x64-windows
|
||||||
boost-date-time
|
tiff:x64-windows
|
||||||
boost-iostreams
|
flann:x64-windows
|
||||||
boost-foreach
|
boost-filesystem:x64-windows
|
||||||
boost-signals2
|
boost-date-time:x64-windows
|
||||||
boost-interprocess
|
boost-iostreams:x64-windows
|
||||||
boost-graph
|
boost-foreach:x64-windows
|
||||||
boost-asio
|
boost-signals2:x64-windows
|
||||||
boost-program-options
|
boost-interprocess:x64-windows
|
||||||
libgeotiff
|
boost-graph:x64-windows
|
||||||
cgal
|
boost-asio:x64-windows
|
||||||
|
boost-program-options:x64-windows
|
||||||
|
libgeotiff:x64-windows
|
||||||
|
cgal:x64-windows
|
||||||
yasm-tool:x86-windows
|
yasm-tool:x86-windows
|
|
@ -4,3 +4,4 @@ set OSFMBASE=%ODMBASE%SuperBuild\install\bin\opensfm\bin
|
||||||
|
|
||||||
set PATH=%GDALBASE%;%ODMBASE%SuperBuild\install\bin;%OSFMBASE%
|
set PATH=%GDALBASE%;%ODMBASE%SuperBuild\install\bin;%OSFMBASE%
|
||||||
set PROJ_LIB=%GDALBASE%\data\proj
|
set PROJ_LIB=%GDALBASE%\data\proj
|
||||||
|
call venv\Scripts\activate
|
Ładowanie…
Reference in New Issue