Bounding Box Filtering after using YOLOv4

This page summarizes the projects mentioned and recommended in the original post on /r/computervision

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • treecounter-ML

    A simple application that detects and counts the number of trees in a vineyard. Makes use of darknet and OpenCV.

  • Overlapping Bounding Boxes: As you can see from the image, I have quite a lot of overlapping bounding boxes around each detected object. I did some reading online, and found that I needed to use Non Maxima Suppression to filter the detections. I did that, and adjusted the NMS_THRESH parameter(The current results are at confidence threshold of 95% and NMS threshold of 100%). I am perplexed by this, and what I would like to have is some sort of a filter, where say if I already have a box at (x, y, w, h), then there should be like a barrier around the surrounding n pixels, where even if a box is detected, it will not be placed. If you want to take a look at my code, you can find the repository here and the particular file here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Resources for obstacle avoidance

    2 projects | /r/ROS | 25 Apr 2023
  • How to build computer vision dataset labeling teamĀ in-house

    4 projects | dev.to | 28 Mar 2023
  • NotImplementedError (YOLOv5)

    3 projects | /r/pytorch | 12 Feb 2023
  • yolov7-pose: What does the output layers of an exported onnx model mean?

    2 projects | /r/computervision | 23 Nov 2022
  • Yolo in ROS

    1 project | /r/computervision | 25 Aug 2022