kopia lustrzana https://github.com/OpenDroneMap/ODM
Missing return
rodzic
29fa4eb36f
commit
8e86daae9d
|
@ -20,6 +20,7 @@ def has_popsift_and_can_handle_texsize(width, height):
|
||||||
return False
|
return False
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
log.ODM_WARNING("Cannot use GPU for feature extraction: %s" % str(e))
|
log.ODM_WARNING("Cannot use GPU for feature extraction: %s" % str(e))
|
||||||
|
return False
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from opensfm import pypopsift
|
from opensfm import pypopsift
|
||||||
|
|
Ładowanie…
Reference in New Issue