You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[/usr/local/lib/python3.7/dist-packages/icevision/metrics/coco_metric/coco_metric.py](https://localhost:8080/#) in finalize(self)
50 def finalize(self) -> Dict[str, float]:
51 with CaptureStdout():
---> 52 coco_eval = create_coco_eval(
53 records=self._records,
54 preds=self._preds,
NameError: name 'create_coco_eval' is not defined
The text was updated successfully, but these errors were encountered:
🐛 Bug
Describe the bug
cant find module
create_coco_eval
usemetrics = [COCOMetric(metric_type=COCOMetricType.bbox)]
sample
https://colab.research.google.com/github/airctic/icevision/blob/master/notebooks/getting_started_object_detection.ipynb
log
The text was updated successfully, but these errors were encountered: