SforAiDl / Playground

A python library consisting of pipelines for visual analysis of different sports using Computer Vision and Deep Learning.
MIT License
18 stars 17 forks source link

Extract position of feet of detected person #6

Closed ashwinvaswani closed 4 years ago

ashwinvaswani commented 4 years ago

The bottom center of the detected person must be extracted and returned which will be used for heatmap generation. Simply return those co-ordinates from the detect_players method.

ShreyPandit commented 4 years ago

I would like to take up this issue and give it a try.

ashwinvaswani commented 4 years ago

Sure, in the Badminton/Badminton.py, in the detect_players method, return a list consisting of bonding box co-ordinates and also create a method that takes in boxes co-ordinated and returns a list of "centre-bottom" co-ordinates for those boxes. It's a fairly simple task! Best of luck!