Great video...learned a lot. There was a use case: water segmentation. Where I can explore that use case in more detail, using water segmentation I wanna find the area of water land.
what yolo model would you suggest for something like detecting different types of hats? examples would be detecting a baseball cap, a fedora, a stetson hat, ect...
You say don't use Yolo World for classes like person (because Yolo8 and others are better due to pre-defined classes), but what about definitions of a class, like 'Person wearing blue top' would be able to define a person in this context whereas Yolo 8 could not, right? thx
Many thanks for sharing. great work!
My pleasure!
My 1st comment on RUclips for ur great job thanks and keep going
Thank you 🙏🏻 I’m really happy you liked it.
It was an amazing stream thank you so much !
Thanks a lot for joining ;)
Amazing stream, thank you!
I’m glad you liked it!
Great video,
Would be great if you can make a tutorial video on fine-tuning please.
Unfortunately, I can't promise anything, but I see that there are quite a few people asking for it.
Love Your work!
Thank you!
Great video...learned a lot. There was a use case: water segmentation. Where I can explore that use case in more detail, using water segmentation I wanna find the area of water land.
what yolo model would you suggest for something like detecting different types of hats? examples would be detecting a baseball cap, a fedora, a stetson hat, ect...
can we detect different brands of same objects using yolo world.
probably not directly but if the packaging color is different then we can probably distinguish between them
@@Roboflow can we apply some easy ocr on top of cropped image and fine tune a model with output of ocr mapped with brand name.
You say don't use Yolo World for classes like person (because Yolo8 and others are better due to pre-defined classes), but what about definitions of a class, like 'Person wearing blue top' would be able to define a person in this context whereas Yolo 8 could not, right? thx
That’s the case where you should use YOLO-World. The moment you want to get specific YOLOv8 won’t be enough.
Can you also tell me how to export the onnx file and actually use it locally?
I tried to do it by myself and it didn't work.
im using cpu how can i convert world model to use openvino as I knew about yolov8 only?