yolo26x-feature-extract-minirys

To jest zfinetunowana wersja modelu YOLO26x, stworzonego oryginalnie przez Ultralytics. Model został zoptymalizowany specjalnie pod kątem zadania ekstrakcji cech (feature extraction). Model został wytrenowany na tym zbiorze danych: https://huggingface.co/datasets/barszot/isaac-sim-2d-detection-30-classes-tar-ready

Acknowledgements & Intellectual Property

  • Base Model: YOLO26x by Ultralytics
  • Original Repository: https://github.com/ultralytics/ultralytics
  • License: GNU AGPL-3.0. This model is shared under the same open-source license as the original Ultralytics model, acknowledging their intellectual property.

Użycie (How to use)

from ultralytics import YOLO
from huggingface_hub import hf_hub_download

# Pobranie modelu z Hugging Face
model_path = hf_hub_download(repo_id="barszot/yolo26x-feature-extract-minirys", filename="best.pt")

# Wczytanie modelu
model = YOLO(model_path)
Downloads last month
15
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support