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 Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.