Update OpenSfM tag

pull/1123/head
Piero Toffanin 2020-06-19 15:20:31 +00:00
rodzic 8818488f91
commit bcbdbbe682
2 zmienionych plików z 2 dodań i 2 usunięć

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 099
GIT_TAG 100
#--Update/Patch step----------
UPDATE_COMMAND git submodule update --init --recursive
#--Configure step-------------

Wyświetl plik

@ -270,7 +270,7 @@ class ODM_Photo:
xmp_str = img_str[xmp_start:xmp_end + 12]
try:
xdict = x2d.parse(xmp_str)
except ExpatError as e:
except ExpatError:
from bs4 import BeautifulSoup
xmp_str = str(BeautifulSoup(xmp_str, 'xml'))
xdict = x2d.parse(xmp_str)