kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
19506e7ca1
commit
1607aed3b9
|
@ -72,7 +72,7 @@ def opensfm_reconstruction_average_gsd(reconstruction_json):
|
|||
a GSD estimate cannot be compute
|
||||
"""
|
||||
if not os.path.isfile(reconstruction_json):
|
||||
raise FileNotFoundError(reconstruction_json + " does not exist.")
|
||||
raise IOError(reconstruction_json + " does not exist.")
|
||||
|
||||
with open(reconstruction_json) as f:
|
||||
data = json.load(f)
|
||||
|
|
Ładowanie…
Reference in New Issue