ArtLabss / tennis-tracking

Open-source Monocular Python HawkEye for Tennis
https://www.artlabs.tech
The Unlicense
419 stars 100 forks source link

Question about training data #31

Open MooreManor opened 1 year ago

MooreManor commented 1 year ago

To predict bounce points machine learning library for time series sktime was used. Specifically, TimeSeriesForestClassifier was trained on 3 variables: x, y coordinates of the ball and V for velocity (V2-V1/t2-t1). Data for training the model - df.csv

Hello! @shukkkur

I have a few questions about the training data of the bounce model.

Thanks!

nyck33 commented 1 year ago

Same here, just asked ChatGPT with Noteable plugin and it led nowhere: https://chat.openai.com/share/5829196a-05cb-4b84-abef-9cad16bca6b0

MooreManor commented 1 year ago

@nyck33

https://github.com/ArtLabss/tennis-tracking/issues/33#issuecomment-1607304448

It seems that the training script has lost.

RohaanA commented 8 months ago

Same here, just asked ChatGPT with Noteable plugin and it led nowhere: https://chat.openai.com/share/5829196a-05cb-4b84-abef-9cad16bca6b0

Hi, Did you have any success in improving the bounce detection?