PlayerDetection icon indicating copy to clipboard operation
PlayerDetection copied to clipboard

Player detection and ball detection in football matches using image processing(opencv).

Results 3 PlayerDetection issues
Sort by recently updated
recently updated
newest added

Hi, there is an error on line 48 of the player_detection.py. I removed 'im2,' and it seems to work fine.

I have tried several virtual environments to run this code, however, didn't make it to run. Could you share your environment and dependencies? For example, I ran it with Pyhon=2.7,...

Since the time when this repository was initially created, Python has declared [EoL of Python 2.7](https://www.anaconda.com/end-of-life-eol-for-python-2-7-is-coming-are-you-ready/). Hence, the small change to the print function. Opencv2 also has modified the `findContours()`...