Skip to content

Ritaprava95/Custom_Object_Detection_YOLOv8

Repository files navigation

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)

About

Custom object detection using YOLO v8 from ultralytics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published