CoolFace
Modelpublic

mehmetkeremturkcan/YOLO11x-CityPersons

sourceHugging Faceagpl-3.0updated 11mo agoView on Hugging Face
1likes11downloads
Model Card

<p align="center"> <img src="https://github.com/mkturkcan/femtovlm/blob/main/assets/logo.png?raw=true" width="180" /> </p> <h1 align="center"> <p>mehmetkeremturkcan/YOLO11x-CityPersons</p> </h1> <h3 align="center"> <p></p> </h3>

Setup

bash
pip install ultralytics

Test

bash
from ultralytics import YOLO
model = YOLO('best.pt')
results = model.predict('example.png')