Giter Site home page Giter Site logo

When running the Auto labeling command with a CoreML model, a spinner appears and never stops, and no auto labels show up about rectlabel-support HOT 8 CLOSED

hqm avatar hqm commented on May 29, 2024
When running the Auto labeling command with a CoreML model, a spinner appears and never stops, and no auto labels show up

from rectlabel-support.

Comments (8)

hqm avatar hqm commented on May 29, 2024 1

this works now to find bounding boxes with auto label

from rectlabel-support.

hqm avatar hqm commented on May 29, 2024

screenshot_530

You can see the spinner faintly in middle of screen image

from rectlabel-support.

ryouchinsa avatar ryouchinsa commented on May 29, 2024

Thanks for writing the issue.

We fixed so that loading Core ML models and processing the image works correctly. Including Core ML models trained on Create ML.

The new version 2023.02.20 was released.
Could you tell us whether the problem was fixed in the latest vesion?

from rectlabel-support.

hqm avatar hqm commented on May 29, 2024

Is there a way to use a semantic segmentation model with auto label? So that it suggests a polygon mask rather than just a bounding box?

from rectlabel-support.

ryouchinsa avatar ryouchinsa commented on May 29, 2024

Please read this page.
https://rectlabel.com/help#load_coreml

You can use YOLOv5, YOLOv8, IS-Net, and DeepLabV3 to auto label as polygons.
When you are using the YOLO text format, the segmentation model auto label as polygons.
When you are using the PASCAL VOC xml format, the segmentation model auto label as pixels.

coreml_polygon

from rectlabel-support.

hqm avatar hqm commented on May 29, 2024

Thank you, do you happen to know of any documentation that would tell us how to train a CoreML instance segmentation model of the type you mentioned? The XCode tool we were using only seemed to train an object detection model that returned bounding boxes.

from rectlabel-support.

ryouchinsa avatar ryouchinsa commented on May 29, 2024

How about training the YOLOv8 segmentation model on your macOS device?
https://github.com/ultralytics/ultralytics

pip install ultralytics
yolo segment train data=coco128-seg.yaml model=yolov8n-seg.pt epochs=100 imgsz=640
yolo segment export model=best.pt format=coreml

from rectlabel-support.

ryouchinsa avatar ryouchinsa commented on May 29, 2024

Currently If you need our support to fix this problem, please let us know.

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.