tennis-tracking icon indicating copy to clipboard operation
tennis-tracking copied to clipboard

Open-source Monocular Python HawkEye for Tennis

Results 12 tennis-tracking issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Make new conda env with Python=3.8, run pip install -r requirements.txt and get ``` ERROR: Could not find a version that satisfies the requirement torch==1.9.0+cu102 (from versions:...

hey, i am trying run this program only for court detection. It seems to work with your video_samples, however, when I try using my video, I get: Traceback (most recent...

This pull request introduces multiples update to the README and adds a Jupyter notebook to improve the setup and execution of this project on Google Colab. The updates are: -...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] This isn't really a...

> To predict bounce points machine learning library for time series [sktime](https://www.sktime.org/en/stable/index.html) was used. Specifically, [TimeSeriesForestClassifier](https://github.com/ArtLabss/tennis-tracking/blob/90652b4547311423ea49c4195dde9da9a81f1893/clf.pkl) was trained on 3 variables: x, y coordinates of the ball and V for...

**Describe the bug** Could not install the dependencies on macbook m1 pro ``` fl@bogon tennis-tracking % pip3 install -r requirements.txt Defaulting to user installation because normal site-packages is not writeable...

Hi, Was tracknet also trained on wimbledon court? It wasn't able to detect the ball for me

Hey i wanted to know how does you predict the bouncing point of the ball so correctly. I was trying to understand your code to implement something similar to your...

question

Hi, I have tried running the script on Colab following the instructions on the README file and installing the missing dependencies. It does work but it doesn't seem to use...

OpenCV(4.8.0) /io/opencv/modules/videoio/src/cap_images.cpp:267: error: (-215:Assertion failed) number < max_number in function 'icvExtractPattern'