mehmetkeremturkcan/YOLO11x-CityPersons
pip install ultralytics
from ultralytics import YOLO model = YOLO('best.pt') results = model.predict('example.png')
Base model