First alpha version of BirdsPyView, a Streamlit app to transform perspective of an image to a top-down view by identifying a rectangle on the ground, built to collect data on football matches.
First make sure you have Python installed.
Then install OpenCV, Streamlit and Streamlit Drawable Canvas:
pip install opencv-python
pip install streamlit
pip install streamlit-drawable-canvas
Finally, clone the repo and inside BirdsPyView run:
streamlit run birdspyview.py
-
Upload an image. All the lines from the Penalty Box must be visible, but the whole line is not necessary.
-
Draw a line over four pitch lines (from the options shown below), two of them vertical and two horizontal. You don't need to cover the whole line. If possible, use the penalty area.
-
If the converted image is clear, draw lines over each player feet. The output coordinate is the average position of the line.
-
If you need to start over, refresh the page.