Edit model card

YOLO Human Detection Model

Эта модель обучена для обнаружения людей на изображениях. Использует архитектуру YOLO и была обучена на датасете Human dataset.

Использование

from ultralytics import YOLO

model = YOLO('path/to/yolo-human-detection.pt')
results = model('path/to/your/image.jpg')

# Отобразить результаты
results.show()
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .