creotiv / object_detection_projects

My public projects about object detection algorithms
347 stars 225 forks source link

deep learning #6

Closed 3073 closed 6 years ago

3073 commented 6 years ago

Can I use this method of counting in combination with the deep learning detection algorithms like SSD YOLO FRCNN etc? after generating the bounding boxes how can I find the centroid of the objects ?

creotiv commented 6 years ago

centroid - center of a mass, in a rectangle it's just center of rectangle. x,y = w/2, h/2