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. Open-source tool automates high-volume image cropping for advertisers: Developer releases Python tool combining YOLO, DETR, and RT-DETR object detection models to process thousands of advertising images without human intervention. ppc.land/open-source-tool-auto #OpenSource #ImageCropping #Advertising #Python #ObjectDetection

  23. Open-source tool automates high-volume image cropping for advertisers: Developer releases Python tool combining YOLO, DETR, and RT-DETR object detection models to process thousands of advertising images without human intervention. ppc.land/open-source-tool-auto #OpenSource #ImageCropping #Advertising #Python #ObjectDetection

  24. Open-source tool automates high-volume image cropping for advertisers: Developer releases Python tool combining YOLO, DETR, and RT-DETR object detection models to process thousands of advertising images without human intervention. ppc.land/open-source-tool-auto #OpenSource #ImageCropping #Advertising #Python #ObjectDetection

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

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

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

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

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

  30. 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

  31. 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

  32. 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

  33. 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

  34. 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