Rendered at 05:46:20 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
esquire_900 1 hours ago [-]
We'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.
teruakohatu 45 minutes ago [-]
When I was working with YOLO models it did seem like any practical improvements were between all of the spinoff models. It seemed people were pushing new models for personal recognition since the original creator stopped working on it.
That said, many of the claimed improvements in this model were are efficiency related.
Onavo 53 minutes ago [-]
The original YOLO author has long quit due to ethical reasons.
utopiah 33 minutes ago [-]
Despite having a very memorable paper on the topic I believe they now work at Ai2.
speedgoose 44 minutes ago [-]
I found that while CLIPSeg is slower than YOLOn, it is still pretty fast and if gave me much much better results without training.
If you want to detect objects and speed is important so you can’t use a LLM architecture, you can give it a try too.
yurimo 28 minutes ago [-]
Wow I'm old, I still remember working with YOLOv2.
Tepix 47 minutes ago [-]
With 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?
ktallett 1 hours ago [-]
I am curious why there is no desire to produce a paper showcasing key details.
Ive used YOLO26 in one of my projects, It was very easy to train on our custom dataset and also very easy to deploy even on rust with AVX2 support. This model is indeed fast and can be used for almost real time inference.
That said, many of the claimed improvements in this model were are efficiency related.
If you want to detect objects and speed is important so you can’t use a LLM architecture, you can give it a try too.
Is there a demo like that available for YOLO26?
https://arxiv.org/abs/2606.03748