目标检测 - R-CNN算法实现
-
Updated
Oct 3, 2023 - Python
目标检测 - R-CNN算法实现
IOU as loss for object detection tasks and IOU as metric for object detection tasks
This program shows how Bounding-Box-Regression works in a visual form. Intersection over Union ( IOU ), Non Maximum Suppression ( NMS ), Object detection, 边框回归,边框回归可视化,交并比,非极大值抑制,目标检测。
Project Idea is to train an object detection model which can detect humans in a video and results in all the bounding boxes with humans upon which I have calculated the distance between boxes. Bounding boxes in closer than a threshold value are classified with different color. Also created Bird's eye view using which we can avoid overlapping.
segXray - Bounding box prediction for 14 different findings in chest X-ray images
GUI for Bounding Box creation used in Object Detection Purposes
CNN model to detect license plates on cars
Add a description, image, and links to the bounding-box-regression topic page so that developers can more easily learn about it.
To associate your repository with the bounding-box-regression topic, visit your repo's landing page and select "manage topics."