Upgraded opensfm code, added new deps

pull/1015/head
Piero Toffanin 2019-08-07 22:57:48 -04:00
rodzic ece4e7487c
commit c241af1163
4 zmienionych plików z 7 dodań i 4 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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-------------

Wyświetl plik

@ -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

Wyświetl plik

@ -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