๐Ÿ› ๏ธ Cara Pakai (via Python)

  1. Install ultralytics pip install ultralytics

  2. Load model dari Hugging Face from ultralytics import YOLO

    Load model dari Hugging Face (path sesuai repo kamu)

    model = YOLO("Yudsky/yolo-core-simulation-detection/core_model/weights/best.pt")

    Prediksi satu gambar

    results = model("your_image.jpg") # Ganti dengan path gambar kamu results[0].show() # Tampilkan dengan bounding box

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 Yudsky/yolo-core-simulation-detection

Base model

Ultralytics/YOLOv5
Finetuned
(14)
this model