An Introduction to YOLO26
11–20 of 38 posts
Re: An Introduction to YOLO26
#12Re: An Introduction to YOLO26
#13Re: An Introduction to YOLO26
#14Meanwhile their very own Peter Skalski already does super job with host write ups and examples of all YOLO sorts and is well respected.
Re: An Introduction to YOLO26
#15Was evaluating YOLO26 within the last month for its on-device (iPhone 16 Pro) segmentation capabilities. Its decent, but its biggest limitation is that its only trained on 80 COCO classes (meaning pre-labeled images). If whatever is in your images isn't in the 80 classes, its invisible to YOLO26. Conversely I have SAM2 running on-device and its my current workhorse. The biggest benefit with SAM2 for me is that it doe…
Re: An Introduction to YOLO26
#16Re: An Introduction to YOLO26
#17We've been running YOLO for a number of years (since v5) on soccer videos. None of the recent iterations have been significantly better, with v26 scoring worse then v9 and v11 on our tasks. Makes me wonder why this version is being pushed by roboflow and ultralytics.
Re: An Introduction to YOLO26
#18We've been running YOLO for a number of years (since v5) on soccer videos. None of the recent iterations have been significantly better, with v26 scoring worse then v9 and v11 on our tasks. Makes me wonder why this version is being pushed by roboflow and ultralytics.
Re: An Introduction to YOLO26
#19With some previous versions of YOLO I‘ve found pages that run it in real-time locally on your browser, analyzing the webcam. Is there a demo like that available for YOLO26?