Spaces:
Build error
Build error
Victoria Oberascher
commited on
Commit
·
30e5c39
1
Parent(s):
e8f1fff
try to find bug
Browse files- horizon-metrics.py +2 -1
horizon-metrics.py
CHANGED
@@ -183,7 +183,8 @@ class HorizonMetrics(evaluate.Metric):
|
|
183 |
np.asarray(references).shape) == 4:
|
184 |
self.ground_truth_det = references[0]
|
185 |
self.predictions = predictions[0]
|
186 |
-
print(
|
|
|
187 |
except:
|
188 |
# no nothing
|
189 |
print("do nothing")
|
|
|
183 |
np.asarray(references).shape) == 4:
|
184 |
self.ground_truth_det = references[0]
|
185 |
self.predictions = predictions[0]
|
186 |
+
print(self.ground_truth_det)
|
187 |
+
print(self.predictions)
|
188 |
except:
|
189 |
# no nothing
|
190 |
print("do nothing")
|