Тёмный

YOLOv8 Comparison with Latest YOLO models 

Pamudu123 Ranasinghe
Подписаться 275
Просмотров 127 тыс.
50% 1

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

 

20 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 74   
@alanthomas1785
@alanthomas1785 6 месяцев назад
The aeroplane in the middle of the street though Hahahahahha
@HarunEmreKran61
@HarunEmreKran61 Год назад
In fact, it would be better if the results were shared graphically. Visually, yolov7 seems to be better than the others.
@scifiominous3847
@scifiominous3847 9 месяцев назад
Better doesn't mean good latency, every new model is better, faster and energy efficient from the previous one.
@PhilippBlum
@PhilippBlum 7 месяцев назад
Depends on the model you trained as well. If you train a more narrow model, you tend to get better results overall.
@user-rf4vc7mt4d
@user-rf4vc7mt4d Год назад
wish the confidence text was readable for v7
@nottoday2131
@nottoday2131 Год назад
So weird that it seems yolov7 is the best choice.
@nottoday2131
@nottoday2131 Год назад
I think if you can put up a detection fps then it will be better to point out the advantage of yolov8
@ForTheOmnissiah
@ForTheOmnissiah Год назад
@@andrespereira4852 YoloV8 is a huge leap. From a developer's standpoint it's significantly easier to train and deploy... well, besides some of the deployment/export functionality to other frameworks is still in the works. But having a CLI to interact with YOLO is sublime. It's the first one to have it.
@ranggayogiswara5148
@ranggayogiswara5148 Год назад
@@ForTheOmnissiah i don't know, but as a beginner to object detection things, it feel weird to interact with CLI
@ceebee
@ceebee Год назад
Not really. The architectures are different. Yolov7 was built by the original devs (AlexeyAB and WongKinYiu) that did v4 and its derivatives. pjreddie (who originally developed the darknet framework) publicly said that Yolov4 is the defacto successor. Ultralytics (yolov5 & yolov8) uses a different framework written in Python. Darknet is written in C++.
@alfredcam5213
@alfredcam5213 Год назад
Yolov8 is much faster than v7 in the last shot of the moving cars. v7 completely fails that task.
@ConstantinCatargiu
@ConstantinCatargiu 4 месяца назад
Hi! Very nice work! Congrats!
@pamudu123ranasinghe7
@pamudu123ranasinghe7 4 месяца назад
thanks
@tektronix475
@tektronix475 Год назад
am i wrong, or v5 is detecting more objects than v8?
@Nauntilus
@Nauntilus Год назад
Was wondering the same thing
@pamudu123ranasinghe7
@pamudu123ranasinghe7 Год назад
It seems that YOLOv5 detects more objects with greater accuracy than YOLOv8. However, YOLOv8 runs faster than YOLOv5. I will do a complete analysis of this.
@tektronix475
@tektronix475 Год назад
@@pamudu123ranasinghe7 thanks!
@rgvn8406
@rgvn8406 Год назад
@@pamudu123ranasinghe7 after the your analysis please share your opinion, I will have been waiting for that :)
@andrespereira4852
@andrespereira4852 Год назад
It seems that YOLOv7 is better than those two. Just look how steady and accurate are its bounding boxes from 0:25 to the end of the video. And why are its boxes painted with so tiny borders?🤨 It looks like Ultralytics is like the old chinese version of products, "look, look, is better and fast, dont worry about if it doesn't have a paper, just buy it, please, take it"
@jnanasaisree114
@jnanasaisree114 Месяц назад
hi i am doing pothole detection porject what might be better to use yolo v5 or v7
@shreyashgawade132
@shreyashgawade132 Год назад
Doing a same research for blind spot detection for vehicle using yolo
@pamudu123ranasinghe7
@pamudu123ranasinghe7 3 месяца назад
huggingface.co/spaces/Pamudu/YOLO-Battlefield Try this on huggingface spaces. You can compare your desired YOLO model with other YOLO models to get an idea about real-time performance and detection accuracy.
@mr.gorobchik4353
@mr.gorobchik4353 7 месяцев назад
Why are the boxes around the objects detected with the YOLOv7 model of a different format than other models? Or is it a display that is not difficult to change?
@iChunkGamePlaysYT
@iChunkGamePlaysYT 4 месяца назад
Its an option, you can define the thickness of whatever model
@Quatuux
@Quatuux 5 месяцев назад
The bridge is an airplane with 61% confidence 😂
@mohsanyaseen8048
@mohsanyaseen8048 Год назад
Can u tell me whose model is best choice for CPU?
@pamudu123ranasinghe7
@pamudu123ranasinghe7 Год назад
Out of these models, YOLOv8 performs better on a CPU. It has a higher FPS rate, high detection accuracy and easy to use. However, there is a new addition to the family called YOLO-NAS performs even better. It has a much higher FPS rate and maintains good accuracy. I have added a comparison video on YOLOv8 and Yolo-Nas.Check it aslo ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-91p2SkSuZkc.html&ab_channel=Pamudu123Ranasinghe
@mohsanyaseen8048
@mohsanyaseen8048 Год назад
@@pamudu123ranasinghe7 thanks bro
@pamudu123ranasinghe7
@pamudu123ranasinghe7 3 месяца назад
huggingface.co/spaces/Pamudu/YOLO-Battlefield Try this on huggingface spaces. You can compare your desired YOLO model with other YOLO models to get an idea about real-time performance and detection accuracy.
@ahteam6491
@ahteam6491 Год назад
Yolo v8 can be used for classification tasks?
@pamudu123ranasinghe7
@pamudu123ranasinghe7 Год назад
Yes you can use YOLOv8 for classification. Refer this: roboflow.com/model/yolov8-classification
@sumeru0728
@sumeru0728 4 месяца назад
which one is fastest?
@pamudu123ranasinghe7
@pamudu123ranasinghe7 4 месяца назад
YOLOv8 Refer to this for more optimization techniques for achieving a higher speed. github.com/pamudu123/object-detection-optimization
@mihailovukojicic65
@mihailovukojicic65 Год назад
Is it possible to integrate it in flutter app?
@pamudu123ranasinghe7
@pamudu123ranasinghe7 Год назад
Try "Ultralytics HUB" app at appstore.They run YOLO models real time on phone. I am not sure yolo models can run locally on the phone. But you can host your model on a cloud platform and call it in through your flutter application.
@ZafarRabbimov-kp4ri
@ZafarRabbimov-kp4ri 10 месяцев назад
Which model puts less load on cpu
@pamudu123ranasinghe7
@pamudu123ranasinghe7 10 месяцев назад
In my experience, YOLOv8 is better. If you find it running slowly, you can speed it up by quantizing the model or converting it to a CPU-optimized version. Another option is to try the YOLOv8 nano model and reduce the input image size for faster inference. Check out the Ultralytics documentation for easy guidance.
@samselvaraj8171
@samselvaraj8171 Год назад
Can you share the video clips?
@pamudu123ranasinghe7
@pamudu123ranasinghe7 Год назад
drive.google.com/drive/folders/1XuLxUudlMVMnsUDR-kK9r_YXooT9yMGL?usp=sharing
@ddec1
@ddec1 11 месяцев назад
Can you undertake object detection project for our company? We need to identify objects as small as bolts and nuts (of abt 3 cm) using a CCTV camera mounted at about 300 to 400 m away. If yes, how do we contact you?
@pamudu123ranasinghe7
@pamudu123ranasinghe7 11 месяцев назад
yes sure, you can contact me via pamudu1111@gmail.com
@I77AGIC
@I77AGIC Год назад
you should tell what size model you used
@pamudu123ranasinghe7
@pamudu123ranasinghe7 Год назад
YOLO medium models of each version is used for comparison
@sarmadjahangir3
@sarmadjahangir3 4 месяца назад
Can someone tell me that which version is best for window 7? Fastest
@pamudu123ranasinghe7
@pamudu123ranasinghe7 4 месяца назад
YOLOv8 is fast and easy to use in Windows 7 Refer to this for more optimization techniques for achieving a higher speed. github.com/pamudu123/object-detection-optimization
@sarmadjahangir3
@sarmadjahangir3 4 месяца назад
@@pamudu123ranasinghe7 thank u so much sir
@GulKhan-oi6sl
@GulKhan-oi6sl Год назад
could you please share your code?
@amansingh4374
@amansingh4374 Год назад
Hey i have a project on license plate recognition, can u send me the repo link for that
@pamudu123ranasinghe7
@pamudu123ranasinghe7 Год назад
You can use the following link to train a YOLOv8 model on a custom dataset: github.com/roboflow/notebooks/blob/main/notebooks/train-yolov8-object-detection-on-custom-dataset.ipynb universe.roboflow.com/wei-lun-wong-rlpuz/car-plate-detection-pnq5k You can use this dataset or another dataset from Roboflow Universe to train this. The dataset in this link only includes predefined classes, which may not cover all possible variations of license plates. For example, license plates can contain different numbers and letters, such as Roman numerals or characters from languages other than English. An alternative approach would be to train an object detector to identify the region of a license plate. After that, you can use an OCR method (easyOCR would be a good choice) to extract the characters from the license plate. This method will give more precise results.
@TragicGFuel
@TragicGFuel 2 месяца назад
Always an indian student that wants to copy code for college
@Gaming-withnolimits
@Gaming-withnolimits 2 месяца назад
Deep learning-based real-world object detection and improved anomaly detection for surveillance videos Sir plz guide de this is my final year project how i start 😢
@pamudu123ranasinghe7
@pamudu123ranasinghe7 2 месяца назад
What kind of anomalies are you planning to detect? If you use already trained YOLO models, they can only detect the 80 classes in the COCO dataset. tech.amikelive.com/node-718/what-object-categories-labels-are-in-coco-dataset/ If you need more clarification, please send more details about your project to my email.
@Gaming-withnolimits
@Gaming-withnolimits 2 месяца назад
@@pamudu123ranasinghe7 sir we are beginners we have no idea plz guide us , tell me some steps that we start! Thanks for replying sir ❤️
@alinanaz2983
@alinanaz2983 Год назад
Hello, can I use this video?
@pamudu123ranasinghe7
@pamudu123ranasinghe7 Год назад
Yes sure, No problem at all
@newtechnology9186
@newtechnology9186 Год назад
Yolo V5 is better
@adlifares9062
@adlifares9062 Год назад
is yolov8 is a downgrade ?
@andrespereira4852
@andrespereira4852 Год назад
Kind of 😄. Altought its library ultralytics are one of the best for developers out there
@ForTheOmnissiah
@ForTheOmnissiah Год назад
It runs significantly faster than previous models. By quite a bit. That's a huge plus for many applications. In fact, most video-input applications require speed over accuracy.
@pamudu123ranasinghe7
@pamudu123ranasinghe7 3 месяца назад
huggingface.co/spaces/Pamudu/YOLO-Battlefield Try this on huggingface spaces. You can compare your desired YOLO model with other YOLO models to get an idea about real-time performance and detection accuracy.
@deepsingh274
@deepsingh274 Год назад
Please write fps on video
@pamudu123ranasinghe7
@pamudu123ranasinghe7 3 месяца назад
huggingface.co/spaces/Pamudu/YOLO-Battlefield Try this on huggingface spaces. You can compare your desired YOLO model with other YOLO models to get an idea about real-time performance and detection accuracy.
@harshsharma9206
@harshsharma9206 11 месяцев назад
hlo can we connect?
@pamudu123ranasinghe7
@pamudu123ranasinghe7 11 месяцев назад
yes sure, pamudu1111@gmail.com
@nitinvedwal5786
@nitinvedwal5786 Год назад
v7 is best
@RandomGuy-df1oy
@RandomGuy-df1oy Год назад
Its the worst imo. Every time I train a yolov7 model, its a disappointment.
@pamudu123ranasinghe7
@pamudu123ranasinghe7 Год назад
@@RandomGuy-df1oy I have used YOLOR model It gives me better results than YOLOv7
@RandomGuy-df1oy
@RandomGuy-df1oy Год назад
@@pamudu123ranasinghe7 What about YOLOv8? Currently, I still use v5 despite the new v6 and v7. I'm gonna try YOLOR too, thanks
@RandomGuy-df1oy
@RandomGuy-df1oy Год назад
@@pamudu123ranasinghe7 What about YOLOv8? I still use v5 despite the appearance of v6 and v7. I'm gonna try YOLOR too, thanks.
@andrespereira4852
@andrespereira4852 Год назад
@@RandomGuy-df1oy But how about those custom datasets of yours? Are they good enough to get good accuracy?🤔🤨
Далее
Idiots Around Europe | Try Not To Laugh
30:14
Просмотров 32 млн
Распаковка Monster High Potions №4
00:46
Просмотров 67 тыс.
БЕЛКА РОЖАЕТ? #cat
00:24
Просмотров 633 тыс.
Adobe's New AI Video Generator Bonkers!
25:38
Просмотров 74 тыс.
12 NEW CAR GADGETS YOU SHOULD BUY
12:10
Просмотров 6 млн
I tried to make a Valorant AI using computer vision
19:23
How YOLO Object Detection Works
17:04
Просмотров 35 тыс.
How 3 Phase Power works: why 3 phases?
14:41
Просмотров 1 млн
Why Does Diffusion Work Better than Auto-Regression?
20:18
YOLOv9 vs YOLOv8 Comparison on Real-world Videos
10:45
Распаковка Monster High Potions №4
00:46
Просмотров 67 тыс.