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
Try to instantiate icevision.parsers.COCOBBoxParser
Expected behavior
COCOBBoxParser is instantiated correctly
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
ubuntu 18.04
Additional context
I'm trying to replicate the exact same architecture available from ultralytics.yolov5 for inference (mainly because I want to run inference on raw images, without having to declare a Dataset or DataLoader. The reason for this is to deploy an object detection as a REST API endpoint.
The text was updated successfully, but these errors were encountered:
🐛 Bug
Describe the bug
When trying to use
yolov5==6.2.3
withicevision==0.12.0
I get the following error:To Reproduce
Steps to reproduce the behavior:
icevision==0.12.0
andyolov5==6.2.3
icevision.parsers.COCOBBoxParser
Expected behavior
COCOBBoxParser is instantiated correctly
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
I'm trying to replicate the exact same architecture available from
ultralytics.yolov5
for inference (mainly because I want to run inference on raw images, without having to declare a Dataset or DataLoader. The reason for this is to deploy an object detection as a REST API endpoint.The text was updated successfully, but these errors were encountered: