Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 411 Bytes

File metadata and controls

22 lines (17 loc) · 411 Bytes

TennisKeypoints

Tennis keypoints trainer

Setup

# setup python
python3 -m venv .venv
source .venv/bin/activate
pip install torch torchvision matplotlib timm tqdm

# export needs
pip3 install onnx onnxruntime

# Dowload Dataset
mkdir ds
cd ds
# https://drive.google.com/file/d/1lhAaeQCmk2y440PmagA0KmIVBIysVMwu/view?usp=drive_link

Credits