kopia lustrzana https://github.com/OpenDroneMap/ODM
Replace psutil with vmem
rodzic
8c7e783816
commit
ae3f6b8785
|
@ -9,7 +9,7 @@ ExternalProject_Add(${_proj_name}
|
||||||
#--Download step--------------
|
#--Download step--------------
|
||||||
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
|
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
|
||||||
GIT_REPOSITORY https://github.com/OpenDroneMap/OpenSfM/
|
GIT_REPOSITORY https://github.com/OpenDroneMap/OpenSfM/
|
||||||
GIT_TAG 248
|
GIT_TAG 2410
|
||||||
#--Update/Patch step----------
|
#--Update/Patch step----------
|
||||||
UPDATE_COMMAND git submodule update --init --recursive
|
UPDATE_COMMAND git submodule update --init --recursive
|
||||||
#--Configure step-------------
|
#--Configure step-------------
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.4.9
|
2.4.10
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from psutil import virtual_memory
|
from vmem import virtual_memory
|
||||||
import os
|
import os
|
||||||
try:
|
try:
|
||||||
import Queue as queue
|
import Queue as queue
|
||||||
|
|
|
@ -13,7 +13,7 @@ matplotlib==3.3.3
|
||||||
networkx==2.5
|
networkx==2.5
|
||||||
numpy==1.19.4
|
numpy==1.19.4
|
||||||
Pillow==8.0.1
|
Pillow==8.0.1
|
||||||
psutil==5.7.3
|
vmem==1.0.0
|
||||||
pyodm==1.5.4
|
pyodm==1.5.4
|
||||||
pyOpenSSL==19.1.0
|
pyOpenSSL==19.1.0
|
||||||
pyproj==3.0.0.post1
|
pyproj==3.0.0.post1
|
||||||
|
|
Ładowanie…
Reference in New Issue