Spaces:
Sleeping
Sleeping
franzi2505
commited on
Commit
·
7f8f99a
1
Parent(s):
64d9f33
remove method argument
Browse files- PanopticQuality.py +1 -1
PanopticQuality.py
CHANGED
@@ -146,7 +146,7 @@ class PQMetric(evaluate.Metric):
|
|
146 |
return_per_class=per_class,
|
147 |
return_sq_and_rq=split_sq_rq,
|
148 |
areas=area_rng,
|
149 |
-
method=method
|
150 |
)
|
151 |
self.cont_to_cat = {label:key for key, label in self.pq_metric.metric.cat_id_to_continuous_id.items()}
|
152 |
|
|
|
146 |
return_per_class=per_class,
|
147 |
return_sq_and_rq=split_sq_rq,
|
148 |
areas=area_rng,
|
149 |
+
#method=method
|
150 |
)
|
151 |
self.cont_to_cat = {label:key for key, label in self.pq_metric.metric.cat_id_to_continuous_id.items()}
|
152 |
|