Тёмный

Instance segmentation YOLO v8 | Opencv with Python tutorial 

Pysource
Подписаться 61 тыс.
Просмотров 32 тыс.
50% 1

The new version of YOLO v8 by Ultralitycs has recently been released and thanks to its flexibility of use it allows you to classify, detect, and segment objects.
In today's exercise, I'm going to show you how to do object segmentation the easy way.
Blog: pysource.com/2...
➤ Courses:
Full Computer Vision course: pysource.com/o...
Training Mask R-CNN PRO (Notebook + Mini-Course): pysource.com/m...
Blueprint: pysource.com/b...
➤ Follow me on:
LinkedIn: / pysource
➤ For business inquiries:
pysource.com/c...
#YOLOv8 #segmentation #deeplearning

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 45   
@neverninetofive
@neverninetofive Год назад
Thank you very much for this video, it’s really helpful! Could you maybe do a tutorial on how to train yolov8 with custom data?
@RoboSidekick
@RoboSidekick Год назад
we will have one soon on our channel.
@stevenotarealnamematthews140
@stevenotarealnamematthews140 7 месяцев назад
FYI I had to change file yolo_segmentation.py line 18 from "result.masks.segments" to "result.masks.xyn" to make it work. Seems like there are some different names depending on which ultralytics package you have installed. Hope that helps.
@hoanglong1323
@hoanglong1323 2 месяца назад
You should change "result.masks.segments" to "result.masks.data" to make it correctly work.
@DanhTienB
@DanhTienB Месяц назад
@@hoanglong1323 cho em hỏi thây cái đó sao vẫn ko hoạt động vây ạ
@perryfisch2003
@perryfisch2003 Год назад
Hi, thank you for taking the time to do this video! I'm constantly amazed at how "simple" things are getting in terms of image processing. I was wondering if YOLO* could be used to identify unknown objects. As you well know YOLO has a defined list of objects that the model was trained for. Could YOLO be adapted/trained for non-modeled objects? I'm working on a robot platform with a forward facing cam pointed downward at a 30 degree angle. There's no fixed list of objects the robot will encounter blocking its way, so I can't train for everything... My goal is "simple" I'm going to move the robot forward and try to navigate around objects that are in the robot's path. YOLO may be overkill here, but I'm trying to learn OpenCV it seemed like a good start. Any alternative suggestions/examples would be more than appreciated! Thank you again for making a complex topic easy to understand.
@musthaqahmed4497
@musthaqahmed4497 Год назад
Hi, where is the link to download the yolo_segmentation file?
@JEREMYCLEEMAN
@JEREMYCLEEMAN 3 месяца назад
How can you measure the area of the ball based on the segmentation provided?
@shantilalzanwar8687
@shantilalzanwar8687 10 месяцев назад
This code is giving below error : bboxes, classes, segmentations, scores = ys.detect(img) ^^^^^^^^^^^^^^ File "C:\personal\AI ML\ImageSeg001\yolo_segmentation.py", line 18, in detect for seg in result.masks.segments: ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'segments' 0: 448x640 1 sports ball, 494.7ms Speed: 3.0ms preprocess, 494.7ms inference, 1.0ms postprocess per image at shape (1, 3, 448, 640) Process finished with exit code 1
@shantilalzanwar8687
@shantilalzanwar8687 10 месяцев назад
Thanks for replying, now error is Error. nthreads cannot be larger than environment variable "NUMEXPR_MAX_THREADS" (8) 0: 448x640 1 frisbee, 370.0ms Speed: 3.0ms preprocess, 370.0ms inference, 3.0ms postprocess per image at shape (1, 3, 448, 640) @@Asat48
@stevenotarealnamematthews140
@stevenotarealnamematthews140 7 месяцев назад
Try changing "result.masks.segments" to "result.masks.xyn". Does that help?
@zhoubin5831
@zhoubin5831 Год назад
it is very useful for me. and i also trained yolov8 with my own data, all some round droplets, but after I segment it, its polygon had a lot of very obvious straight lines and not a circle. can yolo fix this problem?
@edytrihatmoko
@edytrihatmoko Год назад
Hi, thank you for sharing the video! How to put color inside the ball instead of the borderline, as shown in the video? In case I don't want to show people about the type of it. Thanks!
@saqibqamar9270
@saqibqamar9270 Год назад
Thank you for your video, it is very helpful. Could you make about how can only get masks in the image?
@RoboSidekick
@RoboSidekick Год назад
thank you for this video. we are also working on depth mapping with yolo v8 and Open CV.
@lushankshambharkar124
@lushankshambharkar124 Год назад
Your tutorial are so easy to understand. Thanks for such tutorials. Thank you Sergio Canu🤗
@lushankshambharkar124
@lushankshambharkar124 Год назад
I have few questions, can we create our own class ? and can you upload it for the segmentation in videos also
@roboticverse
@roboticverse Год назад
True
@DanhTienB
@DanhTienB Месяц назад
Where can I find the yolo_segmentation.py file?
@edgarguzman2709
@edgarguzman2709 Год назад
Can you do a tutorial on how to train the YoloV8 algorithm?
@lazerusmfh
@lazerusmfh Год назад
Do you freelance work? Can I talk to you about some work with yolo and image processing? EDIT: I Emailed you.
@sasanmir8122
@sasanmir8122 7 месяцев назад
can someone help me out i want use yolo v8 seg for lane detection and i don't know how to get the center polyline between the two polylines
@ahmadkhattab4830
@ahmadkhattab4830 Год назад
Your tutorials are very nice. Could you make a video for an object tracking with andriod camera if it is possible?
@sarahnawoya498
@sarahnawoya498 Год назад
Awesome work, Thank you. I would like to create object masks after the segmentation. Is it possible?
@flaviorodrigues5
@flaviorodrigues5 Год назад
Excellent tutorial. I'm trying to create an automatic detection of several species of fish in a static image (a box with several fish). The final idea is to automatically detect different species, classify them and also do an automatically measure of the fish. What videos do you recommend to try to create something similar? Thanks!
@shantilalzanwar8687
@shantilalzanwar8687 9 месяцев назад
This code gives error and not finding solution. Does anyone faced similar issue before ?
@raghavsharma4398
@raghavsharma4398 Год назад
How can i configure my GPU to run this code. I have GTX 1650.
@dlep9221
@dlep9221 10 месяцев назад
Nice ! Thanks
@abdurrahmana.7121
@abdurrahmana.7121 Год назад
How can i train custom dataset based segmentation model on yolov8. Please add a tutorial on colab.
@emmanuelsheshi961
@emmanuelsheshi961 Год назад
thank you so much
@md.sabbirrahmanakash7083
@md.sabbirrahmanakash7083 7 месяцев назад
What is the best model to identify and find the area of defects of leather?
@anurag4794
@anurag4794 8 месяцев назад
Amazing!
@joshteixeira6750
@joshteixeira6750 Год назад
Another great one!
@Gambinaceo
@Gambinaceo Год назад
Awesome, thanks
@GrigoriKog
@GrigoriKog Год назад
How about an interface so other people can see the results.Is that possible?
@nhatminhduong1741
@nhatminhduong1741 8 месяцев назад
i got an issue it said bus error(core dumped) after i had run the python file. Can someone help me please.
@Unkn0wnUs3rname
@Unkn0wnUs3rname Месяц назад
Start with an easier project, or google the error. It's something basic, read the error, it gives info on whats wrong. Probably something with wrong/missing/wrong version of package (module)
@Yonglee7015
@Yonglee7015 10 месяцев назад
Can you crop the ball based on polygon?
@mikhaildenisov5307
@mikhaildenisov5307 Год назад
If I use YoloV8 do I need to pay money ?
@russellseangonzalve4566
@russellseangonzalve4566 Год назад
Does this work in Yolov5 model?
@raynansouza4262
@raynansouza4262 Год назад
What version of python are you using? I had trouble with 3.11. I think pytorch doenst work on it
@pysource-com
@pysource-com Год назад
I used python 3.9
@raynansouza4262
@raynansouza4262 Год назад
@@pysource-com thank you. I am installing this version to try again. :)
Далее
"Когти льва" Анатолий МАЛЕЦ
53:01
ДЕНЬ УЧИТЕЛЯ В ШКОЛЕ
01:00
Просмотров 1,2 млн
All Rust features explained
21:30
Просмотров 310 тыс.
python 3.13 release highlights
49:56
Просмотров 17 тыс.
eBay Scraping using Puppeteer and Node JS
14:04