-
Notifications
You must be signed in to change notification settings - Fork 30
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR]: Openlogo-model: logo-detection with pytorch #28
Comments
Yeah, Deepstack looks to be a lot of helper stuff around the yolo models. I was able to add support for it. I added a new model type of deepstack. You can download the .pt model and set type: deepstack and modelFile: models/openlogo.pt |
whats this?
config.yaml (unsure what image-size needed for openlogo.pt...)
|
image size error? edit: 640 is correct? Line 60 in 9dcda62
|
maybe related? -> ultralytics/yolov5#5234 (comment) openlogo still throws error:
config:
|
I don't totally understand the deepstack framework but at a glance it definitely looks like it's related. It looks like something changed from Yolov6. I will try to figure out how to make it use a yolo5 model. I am buried at the moment, not sure how soon I can get to it though. |
I think this might be a different issue. Openlogo works fine for me. |
what causes my error? i tested only with one image. maybe that image? |
Yeah, any image that fails will help me. |
Okay, closing this ticket again in favor of the other one |
maybe this is a pytorch model like yolo5 and can be integrated?
is not on the torch-hub. so this must be done manually?
Modell:
https://github.com/OlafenwaMoses/DeepStack_OpenLogo/releases/download/v1/openlogo.pt
Site:
https://github.com/OlafenwaMoses/DeepStack_OpenLogo
The text was updated successfully, but these errors were encountered: