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

Code modularisation #58

Closed ashwinvaswani closed 4 years ago

ashwinvaswani commented 4 years ago

Create helper functions in utils.py for modularising the code in badminton.py. Currently, the code seems a little too cluttered and congested.

samruddhibothara commented 4 years ago

I'd like to take this up

samruddhibothara commented 4 years ago

I've moved the helper functions. What else should I modularize?

ashwinvaswani commented 4 years ago

The code is pretty redundant for video detector and heatmap. Can create helper functions for the redundant code and just call them in the two methods.