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
@zhu-weixin
Thanks for reporting this issue. There is a bug in BaseImageTranslator.builder() class. This was introduced when refactor Yolov8TranslatorFacotry. We will raise a PR a short after.
For the time being, you can use the following workaround:
我想请问是我下面的通过YoloV8Translator加载模型的处理有问题吗,还是后续对图片的处理错误,导致出现这个问题?
下面是我分别通过两种方式加载模型,getPredictor1是通过YoloV8TranslatorFactory加载模型,getPredictor2是通过YoloV8Translator加载模型的代码
下面是我的控制台打印的结果(当然我知道有内存溢出的问题):
yolo_detected_1.png的图片是这样的:
yolo_detected_2.png的图片是这样的:
The text was updated successfully, but these errors were encountered: