Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

80% Positive

Analyzed from 217 words in the discussion.

Trending Topics

#yolo#models#working#real#still#since#better#why#ultralytics#improvements

Discussion (10 Comments)Read Original on HackerNews

yurimo3 minutes ago
Wow I'm old, I still remember working with YOLOv2.
esquire_90037 minutes 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.
teruakohatu19 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.

Onavo27 minutes ago
The original YOLO author has long quit due to ethical reasons.
utopiah7 minutes ago
Despite having a very memorable paper on the topic I believe they now work at Ai2.
speedgoose18 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.

Tepix22 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?

ktallettabout 1 hour ago
I am curious why there is no desire to produce a paper showcasing key details.
teleforce13 minutes ago
Ultralytics YOLO26: Unified Real-Time End-to-End Vision Models:

https://arxiv.org/abs/2606.03748

m00dy25 minutes ago
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.