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

Created the center bottom function #10

Closed ShreyPandit closed 4 years ago

ShreyPandit commented 4 years ago

tried adding a function that calculates the coordinate of center bottom

ashwinvaswani commented 4 years ago

There's a slight issue. In your centre_bottom() method, it's always taking the 4 coordinates. For example, if there are 2 players detected, then coordinates will have 8 elements, according to your functions both times the first 4 coordinates will be returned. Please check on that

ashwinvaswani commented 4 years ago

Seems okay. @Rijul1999 Verify once

Rijul1999 commented 4 years ago

Yup looks fine @ashwinvaswani