Fix system reference

pull/1431/head
Piero Toffanin 2022-03-08 11:37:38 -05:00
rodzic f89e07ac41
commit 0e062b56ca
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -364,7 +364,7 @@ class OSFMContext:
if not io.dir_exists(features_dir) or rerun:
try:
self.run('detect_features')
except SubprocessException as e:
except system.SubprocessException as e:
# Sometimes feature extraction by GPU can fail
# for various reasons, so before giving up
# we try to fallback to CPU