SforAiDl / Playground

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

Color segmentation for differentiating team members for Football #104

Open ashwinvaswani opened 4 years ago

ashwinvaswani commented 4 years ago

Differentiate between teams based on color of jersey. We can even discuss other approaches. What do you think? @Rijul1999

Rijul1999 commented 4 years ago

Yes I think color of jersey may be the easiest way to handle it. Maybe we could look at this paper https://www.cs.ubc.ca/~murphyk/Papers/cvpr2011-camera.pdf, I'll look for implementations for the same.