Welcome to the Ultralytics YOLOv8 🚀 !
YOLOv8 is the latest version of the YOLO (You Only Look Once) AI models developed by Ultralytics.
YOLOv8 models are fast, accurate, and easy to use, making them ideal for various object detection and image segmentation tasks.
They can be trained on large datasets and run on diverse hardware platforms, from CPUs to GPUs.
Try it yourself!
If you use Colaboratory try this code:
I this code you upload your file to Colaboratory , so in last string you need to change file to your filename with extention. (file >> my.jpg)
If you wont to run it locally you just need this to execute in your shell:
1)pip install ultralytics
2)yolo task=segment mode=predict model=yolov8n.pt source='file' show=True
In step N2 you need to change file to your file with extention , also check if you are in the right directory.