Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant find module create_coco_eval #1159

Open
hamkasatria opened this issue Nov 21, 2022 · 0 comments
Open

cant find module create_coco_eval #1159

hamkasatria opened this issue Nov 21, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@hamkasatria
Copy link

馃悰 Bug

Describe the bug
cant find module create_coco_eval use metrics = [COCOMetric(metric_type=COCOMetricType.bbox)]

sample
https://colab.research.google.com/github/airctic/icevision/blob/master/notebooks/getting_started_object_detection.ipynb

log

[/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
@hamkasatria hamkasatria added the bug Something isn't working label Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant