Description

This model is a YOLO-based model which is trained on Egg Instance Segmentation.

Code

The complete code can be found here.

How to use

One can use the model within his/her code with the following commands:

from huggingface_hub import hf_hub_download
from ultralytics import YOLO

model_path = hf_hub_download(repo_id="afshin-dini/Egg-Instance-Segmentation", filename="model/egg_segmentor.pt")
model = YOLO(model_path)
result = model("path/to/image") 
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for afshin-dini/Egg-Instance-Segmentation

Base model

Ultralytics/YOLOv8
Finetuned
(59)
this model

Dataset used to train afshin-dini/Egg-Instance-Segmentation

Space using afshin-dini/Egg-Instance-Segmentation 1