YOLOv11 traning and inference example
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

Run it
python train.py
Result
Original Image: 
Detected Image: 
