/AI-YOLO

AI-YOLO Project Object Detection / Computer Vision

Primary LanguagePython

AI-YOLO

ALL my models YOLO11 for Metallurgical Companies

ALL my models YOLOv10 & YOLOv9 for Counter Strike 2 Object Detection

ALL my models YOLOv10 & YOLO11 for Valorant Object Detection

ALL my models YOLO11 for Deadlock Object Detection

ALL my models YOLO11 for Overwatch 2 Object Detection

How to use

from ultralytics import YOLO

# Load a pretrained YOLO model
model = YOLO(r'your_model.pt')

# Run inference on 'image.png' with arguments
model.predict(
    'image.png',
    save=True,
    device=0
    )

ALL models

https://huggingface.co/jparedesDS