/YOLO11

Object detection using YOLO11

Primary LanguageJupyter Notebook

YOLO11:

Envronment setup:

py -3.10 -m venv myvenv

myvenv\Scripts\activate
Ultralytics recommend to install pytorch first from official website as per your cuda version- https://pytorch.org/get-started/locally.
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121

pip install Ultralytics