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

Point segmentation #81

Open ashwinvaswani opened 4 years ago

ashwinvaswani commented 4 years ago

Implementing point segmentation. A good starting point would be the approach from the paper: http://cdn.iiit.ac.in/cdn/cvit.iiit.ac.in/images/ConferencePapers/2018/badminton_analytics.pdf

However, open to better approaches if known.

ashwinvaswani commented 4 years ago

Another approach could be to detect when the shuttle hits the ground/net. This would be a more feasible approach