-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Supports yolov5 and yolov8, with models directly uploaded for AI prediction #343
Comments
👋 Hello @kkive, 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 |
You can only run YOLOv5 models through MakeSense currently. You can easily export them using YOLOv5's export CLI. I would like to see the ability to run YOLOv8 web models, I recently upgraded to YOLOv8 and noted that the Web Export appears to be different than the YOLOv5 ones. There is also a difference in the model.json output: YOLOv5 (snippet): YOLOv8 (snippet): |
Hi ! Simply passing by to say that I would be very interested in support for Yolov8. |
I am using makesense.ai for data inference work,
Running AI locally for inference is a great feature, but for me as a beginner, it's a bit difficult to convert [. pt] files to [tensorflow. js], and I don't quite understand how to obtain [model. json] files.
Therefore, it would be great if makesense could support uploading [. pt] files for YOLOv5 and YOLOv8 for instance segmentation reasoning
The text was updated successfully, but these errors were encountered: