Skip to content

Ritaprava95/Custom_Object_Segmentaion_YOLOv8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Custom_Object_Segmentaion_YOLOv8

Object segmentation using YOLO v8 by 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)

Releases

No releases published

Packages

No packages published