kopia lustrzana https://github.com/OpenDroneMap/ODM
Upgraded opensfm code, added new deps
rodzic
ece4e7487c
commit
c241af1163
|
@ -78,7 +78,8 @@ RUN pip install -U \
|
|||
rasterio \
|
||||
attrs==19.1.0 \
|
||||
pyodm==1.5.2b1 \
|
||||
Pillow
|
||||
Pillow \
|
||||
joblib
|
||||
|
||||
RUN pip install --upgrade cryptography && python -m easy_install --upgrade pyOpenSSL
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ ExternalProject_Add(${_proj_name}
|
|||
#--Download step--------------
|
||||
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
|
||||
GIT_REPOSITORY https://github.com/OpenDroneMap/OpenSfM/
|
||||
GIT_TAG 070
|
||||
GIT_TAG 080
|
||||
#--Update/Patch step----------
|
||||
UPDATE_COMMAND git submodule update --init --recursive
|
||||
#--Configure step-------------
|
||||
|
|
|
@ -82,7 +82,8 @@ install() {
|
|||
rasterio \
|
||||
attrs==19.1.0 \
|
||||
pyodm==1.5.2b1 \
|
||||
Pillow
|
||||
Pillow \
|
||||
joblib
|
||||
|
||||
# Fix: /usr/local/lib/python2.7/dist-packages/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
|
||||
pip install --upgrade cryptography
|
||||
|
|
|
@ -78,7 +78,8 @@ RUN pip install -U \
|
|||
rasterio \
|
||||
attrs==19.1.0 \
|
||||
pyodm==1.5.2b1 \
|
||||
Pillow
|
||||
Pillow \
|
||||
joblib
|
||||
|
||||
RUN pip install --upgrade cryptography && python -m easy_install --upgrade pyOpenSSL
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue