-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
Support for YOLOv5 P6 Models #281
Comments
👋 Hello @JohannaSopraSteria, thank you for your interest in make-sense - free to use online tool for labelling photos! 🏷️ 🐞 Bug reportsIf you noticed that make-sense is not working properly, please provide us with as much information as possible. To make your life easier, we have prepared a bug report template containing all the relevant details. We know, we ask for a lot... However, please believe that knowing all that extra information - like the type of browser you use or the version of node you have installed - really helps us to solve your problems faster and more efficiently. 😉 💬 Get in touchIf you've been trying to contact us but for some reason we haven't responded to your issue yet, don't hesitate to get back to us on Gitter or Twitter. 💻 Local setup# clone repository
git clone https://github.com/SkalskiP/make-sense.git
# navigate to main dir
cd make-sense
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm start To ensure proper functionality of the application locally, an npm |
Hi, @JohannaSopraSteria 👋! Thanks for letting me know. From what I can see the model fails during inference, not model loading. First of all, I need to replicate the error. Which weights are you using precisely? |
Correct, I'm using |
I just tested So I think there might be another reason. Do you use a custom model (your own, trained on some custom dataset)? |
@JohannaSopraSteria could you share with me over email or here, your model along with the |
@SkalskiP I've shared the file with you via mail. |
Hello @JohannaSopraSteria! I'm afraid I haven't got anything. :( |
I have it. It was in spam. Let me take a look :) |
@JohannaSopraSteria I know what seems to be the problem - input resolution. I hardcoded the input resolution
|
Hi @JohannaSopraSteria! I guess I managed to fix model loading problems. Please take a look at this test version of Make Sense and let me know if it works :) |
Hi @SkalskiP :) Unfortunately I still get the "Inference failed" message :/ I'm still using the same model I sent you. |
Oh sorry, @JohannaSopraSteria it looks like I screwed up links... Please take a look here: https://fix-281-support-for-yolov5-p6-models.d2e9l8xwkaodsq.amplifyapp.com/ |
Works perfectly 😁 Well done @SkalskiP ! |
This is great @JohannaSopraSteria! 🎉 I'm really happy we got it to work! Thank you very much for bringing that problem to my attention. We are not yet ready to release the new version of Make Sense. So for now you can access the fixed editor here: https://develop.makesense.ai. It is our test instance. |
Hi! First and foremost, thanks for adding support for YOLOv5 models 😃
For my project I am using a YOLOv5 P6 model. When I try to upload this model in the specified format I get this error message:
It seems that so far Make Sense, only accepts the original YOLOv5 P3-P5, as this works fine when I upload such a model. Would it be possible for you to extend this so that YOLOv5 P6 models also can be used to annotate images?
The text was updated successfully, but these errors were encountered: