afshin-dini/Egg-Detection
Viewer • Updated • 423 • 139 • 1
This model is a YOLO-based model which is trained on Egg Detection Dataset.
The complete code can be found here.
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="industoai/Egg-Detection", filename="model/egg_detector.pt")
model = YOLO(model_path)
result = model("path/to/image")
This model is licensed under the Attribution–NonCommercial 4.0 International License (CC BY-NC 4.0).
Base model
Ultralytics/YOLOv8