I just wanted to say I found your channel this week and really appreciate your classes. I won’t even say they are tutorials because I can take what I learn and easily apply them to my project.
Oh nice. How do they come up with these ridiculous names... Is this actually better than grounding DINO, or just faster? Also, do they have safetensors? Do certain model types not work with safetensors, or is this their new plan to infect all the computers?
i still not clear how it is different from traditional yolo models vs yolo world , as it is like we using pretrained model and in that we give classes as per and it is able to detect, is it also like yolov8 for example is trained on 80 classes , so yolo world has more other classes?
Using yolov8, We can detect the object classes. Suppose if model is trained on coco dataset then you can only detect those 80 classes which are present in coco dataset. And suppose, you created a custom yolov8 model to detect 5 classes then yolov8 will be able to detect those 5 classes. But in yolo-world, you can write the name of any object you want to detect. And it will detect that object because yolo world is trained on images and their text descriptions.
Hello, can you please demonstrate how to give custom text in "text to image generation using stackGAN", and even after 1000 epochs my model doesnt seem to generate birds images. Please help me.
@@CodeWithAarohi Yes, how to build a custom yolo-world model for a totally new class, which is not even in large-scale vision-language datasets (Objects365, GQA, Flickr30K, and CC3M)
@@CodeWithAarohi Ma'am, I have viewed the video. Rather than detecting "hard hat" and "gloves", how can I detect the object (Red Probe/wire) in the image (a.jpg)?
good job. however it is not clear when setting the classes if you are giving a description prompt or just picking a pre trained class as usual. the person class you show in the example might be a typical pre trained label class instead a description prompt. this makes the example confusing
There is no need to convert the detections into annotations for custom object detection. But still if you want to do that then you can write a script to fetch the bounding boxes co ordinates and store them in a file.
I just wanted to say I found your channel this week and really appreciate your classes. I won’t even say they are tutorials because I can take what I learn and easily apply them to my project.
Glad you like them!
Awesome, thank you so much for sharing this information.
You are so welcome!
Ma'am your work is really incredible
Thanks a lot 😊
This is really cool and interesting .!
Glad you like it!
Awesome
Thanks, do you have detailed video on video object detection with label and confidence score...or any other resource that can be helpful. Thank you.
No
please make a video for training on custom data for this model
informative, Thank you.
Glad it was helpful!
Is this pre-trained on O365+GoldG or COCO dataset?
How would I get to specifically get the one pre-trained on O365+GoldG?
Amazing video
Thanks for the visit
nice explanation mam.. Thank you...:)
Most welcome 😊
Oh nice. How do they come up with these ridiculous names...
Is this actually better than grounding DINO, or just faster?
Also, do they have safetensors?
Do certain model types not work with safetensors, or is this their new plan to infect all the computers?
Nice
Thanks
i still not clear how it is different from traditional yolo models vs yolo world , as it is like we using pretrained model and in that we give classes as per and it is able to detect, is it also like yolov8 for example is trained on 80 classes , so yolo world has more other classes?
Using yolov8, We can detect the object classes. Suppose if model is trained on coco dataset then you can only detect those 80 classes which are present in coco dataset. And suppose, you created a custom yolov8 model to detect 5 classes then yolov8 will be able to detect those 5 classes.
But in yolo-world, you can write the name of any object you want to detect. And it will detect that object because yolo world is trained on images and their text descriptions.
Hello, can you please demonstrate how to give custom text in "text to image generation using stackGAN", and even after 1000 epochs my model doesnt seem to generate birds images.
Please help me.
I will try to cover this requested topic when I will continue with the GAN playlist.
My god....now programmer will become the creater of 2025
How can I know the list of pretrained classes in the YOLOWorld world model?
I am not sure but YOLO-World is pre-trained on large-scale vision-language datasets, including Objects365, GQA, Flickr30K, and CC3M
can you put video on fine tuning yolo world on custom dataset mam
ruclips.net/video/kl7yszVU6Tg/видео.htmlsi=WRSX79c0QmuMBrWh
@@CodeWithAarohi Yes, how to build a custom yolo-world model for a totally new class, which is not even in large-scale vision-language datasets (Objects365, GQA, Flickr30K, and CC3M)
Sorry ma'am, the person class is in the pre-trained classes. I guess the example is biased.
How can I detect the car FM antenna on your example image?
@@Satchi017 check this: ruclips.net/video/WbCgU4GrjV4/видео.htmlsi=qbiPic5BmDPTUAPn
@@CodeWithAarohi Ma'am, I have viewed the video. Rather than detecting "hard hat" and "gloves", how can I detect the object (Red Probe/wire) in the image (a.jpg)?
good job. however it is not clear when setting the classes if you are giving a description prompt or just picking a pre trained class as usual. the person class you show in the example might be a typical pre trained label class instead a description prompt. this makes the example confusing
Thank you for the feedback!
How to convert these detections into annotations?
There is no need to convert the detections into annotations for custom object detection. But still if you want to do that then you can write a script to fetch the bounding boxes co ordinates and store them in a file.
How to convert yolo world into tflite ???
Haven't tried yet
Yolo in real time is very slow, you know why??