Giter Site home page Giter Site logo

Comments (4)

Denizzje avatar Denizzje commented on June 11, 2024 1

Hi @ryouchinsa ,

Thank you for your quick work. I did not even try with renaming as you already put the update in when I got access to the Macbook again.

I could succesfully load in a custom YoloV5 bounding box model, and a YoloV8 segmentation model. Surprised how fast it worked on a 2015 i5 Macbook. You have done a true great work there. We will get a M2 Mac mini now for labeling work with Rectlabel.

from rectlabel-support.

ryouchinsa avatar ryouchinsa commented on June 11, 2024

Thanks for writing the issue.
Please rename the Core ML model to yolov5.mlmodel.

RectLabel recognizes the model type through the file name and the short description. Such as YOLOv3, yolov5m, yolov5m-seg, yolov5m-cls, yolov8n, yolov8n-seg, yolov8n-cls, DeepLab, PoseNet, and FCRN-Depth.
https://rectlabel.com/help#load_coreml

from rectlabel-support.

Denizzje avatar Denizzje commented on June 11, 2024

Thank you, that was not clear to me from the documentation. I will try out next week when I have access to the macbook again.

To be clear, I both have yolov5s and yolov5m "size" models. They are different kind of models with a different purpose. The "m" model is a 25 class model. If I want to use that model, I still have to name it yolov5.mlmodel ?

Good to see you support yolov8 already by the way!

from rectlabel-support.

ryouchinsa avatar ryouchinsa commented on June 11, 2024

Improved Core ML menus so that RectLabel can load and run YOLOv5/v8 models when their file names do not include yolov5/v8 keywords such as best.mlmodel and last.mlmodel.

The new update version 2023.02.12 was released.
Please let us know your opinion.

In the previous version, the keyword "yolov5" was necessary in the file name to run the model as YOLOv5 model.
The number of classes can be calculated based on the output layer shape.
The number of classes = The output shape[2] - 5
Read this comment. ultralytics/yolov5#9485 (comment)

from rectlabel-support.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.