Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 577 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 577 Bytes

Custom_Object_Detection_YOLOv8

Custom object detection using YOLO v8 from ultralytics

setup environment

conda create -n ultralytics_yolo python=3.8
conda activate ultralytics_yolo
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
pip install ultralytics
conda install jupyter
pip install cchardet
pip install chardet
pip install label-studio

(the alternate of the abobe pip installation is to clone their github repo:- https://github.com/ultralytics/ultralytics)