home.social

#objectdetection — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #objectdetection, aggregated by home.social.

  1. Talk on the discord about how much time it takes to process images with Darknet/YOLO. No need to guess and throw wild speculation -- run any of the built-in Darknet/YOLO tools and it will tell you exactly how long it takes at every step.

    loading /home/stephane/nn/driving/set_04_dash/frame_064661.jpg
    -> reading image from disk ........... 3.781 milliseconds [1280 x 720 x 3] [78.7 KiB]
    -> resizing image to network dims .... 0.383 milliseconds [640 x 352 x 3]
    -> using Darknet to predict .......... 2.581 milliseconds [7 objects]
    -> using Darknet to annotate image ... 0.071 milliseconds [1280 x 720 x 3]
    -> save output image to disk ......... 2.123 milliseconds [84.9 KiB]
    -> total time elapsed ................ 9.324 milliseconds [107 FPS]

    #Darknet #YOLO #ObjectDetection #NeuralNetwork

  2. Talk on the discord about how much time it takes to process images with Darknet/YOLO. No need to guess and throw wild speculation -- run any of the built-in Darknet/YOLO tools and it will tell you exactly how long it takes at every step.

    loading /home/stephane/nn/driving/set_04_dash/frame_064661.jpg
    -> reading image from disk ........... 3.781 milliseconds [1280 x 720 x 3] [78.7 KiB]
    -> resizing image to network dims .... 0.383 milliseconds [640 x 352 x 3]
    -> using Darknet to predict .......... 2.581 milliseconds [7 objects]
    -> using Darknet to annotate image ... 0.071 milliseconds [1280 x 720 x 3]
    -> save output image to disk ......... 2.123 milliseconds [84.9 KiB]
    -> total time elapsed ................ 9.324 milliseconds [107 FPS]

    #Darknet #YOLO #ObjectDetection #NeuralNetwork

  3. Talk on the discord about how much time it takes to process images with Darknet/YOLO. No need to guess and throw wild speculation -- run any of the built-in Darknet/YOLO tools and it will tell you exactly how long it takes at every step.

    loading /home/stephane/nn/driving/set_04_dash/frame_064661.jpg
    -> reading image from disk ........... 3.781 milliseconds [1280 x 720 x 3] [78.7 KiB]
    -> resizing image to network dims .... 0.383 milliseconds [640 x 352 x 3]
    -> using Darknet to predict .......... 2.581 milliseconds [7 objects]
    -> using Darknet to annotate image ... 0.071 milliseconds [1280 x 720 x 3]
    -> save output image to disk ......... 2.123 milliseconds [84.9 KiB]
    -> total time elapsed ................ 9.324 milliseconds [107 FPS]

    #Darknet #YOLO #ObjectDetection #NeuralNetwork

  4. Talk on the discord about how much time it takes to process images with Darknet/YOLO. No need to guess and throw wild speculation -- run any of the built-in Darknet/YOLO tools and it will tell you exactly how long it takes at every step.

    loading /home/stephane/nn/driving/set_04_dash/frame_064661.jpg
    -> reading image from disk ........... 3.781 milliseconds [1280 x 720 x 3] [78.7 KiB]
    -> resizing image to network dims .... 0.383 milliseconds [640 x 352 x 3]
    -> using Darknet to predict .......... 2.581 milliseconds [7 objects]
    -> using Darknet to annotate image ... 0.071 milliseconds [1280 x 720 x 3]
    -> save output image to disk ......... 2.123 milliseconds [84.9 KiB]
    -> total time elapsed ................ 9.324 milliseconds [107 FPS]

    #Darknet #YOLO #ObjectDetection #NeuralNetwork

  5. Talk on the discord about how much time it takes to process images with Darknet/YOLO. No need to guess and throw wild speculation -- run any of the built-in Darknet/YOLO tools and it will tell you exactly how long it takes at every step.

    loading /home/stephane/nn/driving/set_04_dash/frame_064661.jpg
    -> reading image from disk ........... 3.781 milliseconds [1280 x 720 x 3] [78.7 KiB]
    -> resizing image to network dims .... 0.383 milliseconds [640 x 352 x 3]
    -> using Darknet to predict .......... 2.581 milliseconds [7 objects]
    -> using Darknet to annotate image ... 0.071 milliseconds [1280 x 720 x 3]
    -> save output image to disk ......... 2.123 milliseconds [84.9 KiB]
    -> total time elapsed ................ 9.324 milliseconds [107 FPS]

    #Darknet #YOLO #ObjectDetection #NeuralNetwork

  6. I don't talk about Darknet/YOLO much anymore on Mastodon. But I maintain the modern Darknet/YOLO repo.

    This repo, written in C++ and CUDA, is used to analyze images and video frames to find objects. You train a neural network to identify things you need, and then you give it images or videos to inspect.

    Darknet/YOLO is completely free. Uses the Apache 2 license.

    The GitHub mirror is here: github.com/hank-ai/darknet/tre

    The main repo is here: codeberg.org/CCodeRun/darknet/

    An example image:
    #Darknet #YOLO #NeuralNetwork #ObjectDetection

  7. I don't talk about Darknet/YOLO much anymore on Mastodon. But I maintain the modern Darknet/YOLO repo.

    This repo, written in C++ and CUDA, is used to analyze images and video frames to find objects. You train a neural network to identify things you need, and then you give it images or videos to inspect.

    Darknet/YOLO is completely free. Uses the Apache 2 license.

    The GitHub mirror is here: github.com/hank-ai/darknet/tre

    The main repo is here: codeberg.org/CCodeRun/darknet/

    An example image:
    #Darknet #YOLO #NeuralNetwork #ObjectDetection

  8. I don't talk about Darknet/YOLO much anymore on Mastodon. But I maintain the modern Darknet/YOLO repo.

    This repo, written in C++ and CUDA, is used to analyze images and video frames to find objects. You train a neural network to identify things you need, and then you give it images or videos to inspect.

    Darknet/YOLO is completely free. Uses the Apache 2 license.

    The GitHub mirror is here: github.com/hank-ai/darknet/tre

    The main repo is here: codeberg.org/CCodeRun/darknet/

    An example image:
    #Darknet #YOLO #NeuralNetwork #ObjectDetection

  9. I don't talk about Darknet/YOLO much anymore on Mastodon. But I maintain the modern Darknet/YOLO repo.

    This repo, written in C++ and CUDA, is used to analyze images and video frames to find objects. You train a neural network to identify things you need, and then you give it images or videos to inspect.

    Darknet/YOLO is completely free. Uses the Apache 2 license.

    The GitHub mirror is here: github.com/hank-ai/darknet/tre

    The main repo is here: codeberg.org/CCodeRun/darknet/

    An example image:
    #Darknet #YOLO #NeuralNetwork #ObjectDetection

  10. I don't talk about Darknet/YOLO much anymore on Mastodon. But I maintain the modern Darknet/YOLO repo.

    This repo, written in C++ and CUDA, is used to analyze images and video frames to find objects. You train a neural network to identify things you need, and then you give it images or videos to inspect.

    Darknet/YOLO is completely free. Uses the Apache 2 license.

    The GitHub mirror is here: github.com/hank-ai/darknet/tre

    The main repo is here: codeberg.org/CCodeRun/darknet/

    An example image:
    #Darknet #YOLO #NeuralNetwork #ObjectDetection

  11. A closer look at image annotation in AI systems

    Machines need labeled data to understand images. image annotation services provide that structure by marking objects and patterns. This helps AI systems process visual information and deliver more accurate and reliable outcomes.

    Know more: hitechdigital.com/image-annota

    #ImageAnnotationServices #DataAnnotationServices #ImageLabeling #ComputerVision #AITrainingData #MachineLearning #ObjectDetection

  12. AI Image Annotation for Detection Models

    Structured polygon annotation, 3D cuboids, landmark detection, and semantic segmentation designed for scalable AI training. An image annotation company delivers datasets for computer vision, medical imaging, and object detection systems.

    Know More: hitechdigital.com/image-annota

    #ImageAnnotation #AITrainingData #ObjectDetection #MachineLearning #MedicalImagingAI #DataLabeling

  13. What Is Object Detection? A Simple Guide to How AI Sees Objects

    Ever wondered how AI recognizes people, cars, or faces in images? This easy guide breaks down object detection, how it works, and where it’s used in daily life. Learn why image annotation services are essential for training reliable AI models.

    Know More: hitechdigital.com/blog/object-

    #ObjectDetection #AITrainingData #ImageAnnotationServices

  14. Tôi đã đấu vật với AI (Claude) 14 tiếng mỗi ngày. Không thể hạnh phúc hơn.
    — Akio Shiki (@ar_akio) 20 tháng 10, 2025

    Là kỹ sư AI, tôi giải quyết "thảm kịch nước ấm" bằng ESP32 và SAM 3! Dù chai trong suốt, kệ kính, ánh sáng phức tạp – hệ thống nhận diện vẫn hoạt động chính xác, không cần hiệu chỉnh. Chứng minh SAM 3 mạnh mẽ trong nhận dạng vật thể trong suốt – tiềm năng cho robot công nghiệp & xe tự hành.

    #SmartFridge #IoT #ComputerVision #AI #SAM3 #ESP32 #ObjectDetection #TríTuệNhânTạo

  15. Tôi đã đấu vật với AI (Claude) 14 tiếng mỗi ngày. Không thể hạnh phúc hơn.
    — Akio Shiki (@ar_akio) 20 tháng 10, 2025

    Là kỹ sư AI, tôi giải quyết "thảm kịch nước ấm" bằng ESP32 và SAM 3! Dù chai trong suốt, kệ kính, ánh sáng phức tạp – hệ thống nhận diện vẫn hoạt động chính xác, không cần hiệu chỉnh. Chứng minh SAM 3 mạnh mẽ trong nhận dạng vật thể trong suốt – tiềm năng cho robot công nghiệp & xe tự hành.

    #SmartFridge #IoT #ComputerVision #AI #SAM3 #ESP32 #ObjectDetection #TríTuệNhânTạo

  16. Top 10 Image Annotation Services Transforming Computer Vision in 2026

    Explore the leading Image Annotation Services transforming AI in 2026. These top providers offer expert labeling for object detection, segmentation, and classification, helping build robust computer vision models across industries like healthcare, autonomous driving.

    Know More: telegra.ph/Top-10-Image-Annota

    #imageannotation #datalabeling #imagesegmentation #objectdetection #techtrends2026

  17. Thinking it is time to release Darknet v5.1. The "Christmas 2025" edition? #Darknet #YOLO #ObjectDetection

  18. Thinking it is time to release Darknet v5.1. The "Christmas 2025" edition? #Darknet #YOLO #ObjectDetection

  19. Thinking it is time to release Darknet v5.1. The "Christmas 2025" edition? #Darknet #YOLO #ObjectDetection

  20. Thinking it is time to release Darknet v5.1. The "Christmas 2025" edition? #Darknet #YOLO #ObjectDetection

  21. Thinking it is time to release Darknet v5.1. The "Christmas 2025" edition? #Darknet #YOLO #ObjectDetection

  22. @kdenlive @kde Can anyone help me use this #SAM2 #ObjectDetection in #kdenlive I got stuck at the first hurdle!

    The plugin setting says it's installed, but the Effect Stack still just shows a "Configure" button? This is on macOS... what am I missing?

  23. Upgrades my #pfsense to the latest RC. So far, so good.
    Updated my servers. #Foreman makes it too easy.
    Finally now getting around to #objectdetection in #zoneminder

  24. @praxis Well, I worked for about 10 years in the #MapForce Team of #Altova altova.com/mapforce and I simply loved to integrate various standards like #XBRL #OOXML (Excel) and the internal engine for executing mapping. Furthermore code generators for #CSharp , #Java, #Cpp and exotic stuff like #XSLT and even #XQuery.

    In a #ComputerVision startup company (2000-2006) I played around with #ObjectDetection #Fingerprint and used #SupportVectorMachine which were modern in that years.

  25. @praxis Well, I worked for about 10 years in the #MapForce Team of #Altova altova.com/mapforce and I simply loved to integrate various standards like #XBRL #OOXML (Excel) and the internal engine for executing mapping. Furthermore code generators for #CSharp , #Java, #Cpp and exotic stuff like #XSLT and even #XQuery.

    In a #ComputerVision startup company (2000-2006) I played around with #ObjectDetection #Fingerprint and used #SupportVectorMachine which were modern in that years.

  26. @praxis Well, I worked for about 10 years in the Team of altova.com/mapforce and I simply loved to integrate various standards like (Excel) and the internal engine for executing mapping. Furthermore code generators for , , and exotic stuff like and even .

    In a startup company (2000-2006) I played around with and used which were modern in that years.

  27. @praxis Well, I worked for about 10 years in the #MapForce Team of #Altova altova.com/mapforce and I simply loved to integrate various standards like #XBRL #OOXML (Excel) and the internal engine for executing mapping. Furthermore code generators for #CSharp , #Java, #Cpp and exotic stuff like #XSLT and even #XQuery.

    In a #ComputerVision startup company (2000-2006) I played around with #ObjectDetection #Fingerprint and used #SupportVectorMachine which were modern in that years.

  28. YOLOv5 hits 97% precision on zooplankton; YOLOv8’s DFL handles class imbalance, boosting excrement hits despite scant labels. hackernoon.com/need-precision- #objectdetection

  29. Class imbalance (80% Artemia) and SSIM/MSE checks ensure quality across 50 mg, 100 mg, and control images before YOLO training. hackernoon.com/train-yolo-in-1 #objectdetection

  30. ONNX conversion tool is mostly done. Code is 99% there. But I have 1 nagging bug related to Resize node (upscale layer). Could use some eyes.

    Anyone familiar with ONNX files want to give it a test?

    ccoderun.ca/programming/doxyge

    #Darknet #YOLO #ObjectDetection #cpp

  31. Attention, earthlings! 🚀 Gemini 2.5 is here to "sort of" revolutionize object detection with the vibrant enthusiasm of a damp sock. 🤖✨ In a thrilling race against Yolo V3 from 2018, this "decent" AI takes the scenic route to underwhelm us all while we dream of a world without endless dataset drudgery. 🔍📦
    simedw.com/2025/07/10/gemini-b #Gemini2.5 #YoloV3 #ObjectDetection #AIInnovation #DatasetManagement #HackerNews #ngated

  32. Anyone need object detection work done? I'm looking for work. See attached images for examples. This is done using Darknet/YOLO, written in C++. #ObjectDetection #Darknet #YOLO #cpp