YOLOv11 traning and inference example

less than 1 minute read

Published:

This post introduce how to install Yolo in general, as well as a simple example about training and inference on a single image.

Install

Follow the Ultralytics YOLO Documents for the installations.

pip install -U ultralytics

or

pip install git+https://github.com/ultralytics/ultralytics.git@main

yolo

Run it

python train.py

Result

Original Image: Original

Detected Image: Detect