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

Adding optimization code to heatmap #59

Closed ashwinvaswani closed 4 years ago

ashwinvaswani commented 4 years ago

Optimization code has been done on detect_players_video. Add the same for heatmap too. Preferably create helper functions for the same in utils and call them in both detect players video and get heatmap instead of having redundant code in both