15 comments

  • deviation23 minutes ago
    My buddy has some vision impairments, and I remember training a <i>much</i> older of YOLO&#x27;s models to detect objects&#x2F;enemies in Terraria for him. It worked very well.<p>I then tried trained it on a <i>lot</i> of sample images from a 3D point &amp; shoot game, and was quite disappointed in how it performed.<p>Has anyone else experimented with it recently? How does this suit as a base-model for training custom classifiers? And with hardware growth in the last ~5 years, is it suitable to run in parallel with games which are graphically intensive?
  • pzo3 hours ago
    FWIW there are today many more alternatives with better license. Here is a good meta repo for object detection with different model variants:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;LibreYOLO&#x2F;libreyolo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;LibreYOLO&#x2F;libreyolo</a>
  • esquire_9006 hours ago
    We&#x27;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.
    • yfontana3 hours ago
      Can&#x27;t speak for 26, but a year ago I worked on a project that migrated from v5 to 11 because of improved image segmentation capabilities. My understanding is that the newer versions don&#x27;t necessarily have better precision&#x2F;recall, but they tend to be faster for equivalent results, and have increased capabilities.
    • teruakohatu6 hours ago
      When I was working with YOLO models it did seem like there was little 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.<p>That said, many of the claimed improvements in this model were are efficiency related.
    • GL263 hours ago
      What I find cool is not the model in itself, but the architectures &#x2F; training methods found that make the model better. It gives out a new possibilites for other fields of AI. (Notably if you want to fine tune other CV models)
    • Onavo6 hours ago
      The original YOLO author has long quit due to ethical reasons.
      • utopiah6 hours ago
        Despite having a very memorable paper on the topic I believe they now work at Ai2.
  • geuis5 hours ago
    Was 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&#x27;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 does fine-grained segmentation masks but isn&#x27;t trained on labeled images. This was a specific requirement for the app I&#x27;m building. SAM2 isn&#x27;t anywhere as speedy as the native Vision framework apis, but it is more capable across a vastly wider array of potential image targets.
    • larodi4 hours ago
      I would prefer GroundingDINo which is a sort of SAM and Dino combo which does open vocabulary.
      • geuis2 hours ago
        Doesn&#x27;t work for my use-case. GroundingDINO is a text to bounding box model. SAM2 supports coordinate based masks (user taps or clicks somewhere in an image), which is what my research app needs.
  • speedgoose6 hours 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.<p>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.
  • alex_duf2 hours ago
    I&#x27;m sure the model is capable, but I find it funny that the sample image that contains three bears gets detected as two elephants.
    • speedgoose18 minutes ago
      It’s an accurate representation of the model capabilities in my experience.
  • larodi4 hours ago
    One thing I don’t get I why the article is credited to ‘Contributing Author’.<p>Meanwhile their very own Peter Skalski already does super job with host write ups and examples of all YOLO sorts and is well respected.
  • pritambarhate4 hours ago
    Is the license for this AGPL? Can someone please confirm?
  • Alles4 hours ago
    Reminder that Ultralytics is pushing AGPL in a very overreaching way with their models that&#x27;s why they are not available in Frigate<p><a href="https:&#x2F;&#x2F;github.com&#x2F;blakeblackshear&#x2F;frigate&#x2F;pull&#x2F;10717" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;blakeblackshear&#x2F;frigate&#x2F;pull&#x2F;10717</a>
  • maelito2 hours ago
    Can it measure the speed of a car on a video ?
    • MaxikCZ2 hours ago
      Same question, same answer: In pixels&#x2F;second? Sure!<p>What are you trying to accomplish by those questions? Are you genuinely asking, or just baiting? If the former, didnt answers to your previous question make it clear that your question makes less sense than you might assume?
  • yurimo6 hours ago
    Wow I&#x27;m old, I still remember working with YOLOv2.
  • Tepix6 hours ago
    With some previous versions of YOLO I‘ve found pages that run it in real-time locally on your browser, analyzing the webcam.<p>Is there a demo like that available for YOLO26?
    • GL263 hours ago
      <a href="https:&#x2F;&#x2F;github.com&#x2F;computer-vision-with-marco&#x2F;realtime-detection-yolo26" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;computer-vision-with-marco&#x2F;realtime-detec...</a>
  • steinvakt23 hours ago
    Just a reminder that RF-DETR is better than yolo26
  • m00dy6 hours 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.
  • ktallett6 hours ago
    I am curious why there is no desire to produce a paper showcasing key details.
    • teleforce6 hours ago
      Ultralytics YOLO26: Unified Real-Time End-to-End Vision Models:<p><a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2606.03748" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2606.03748</a>