wmcnally / golfdb

GolfDB is a video database for Golf Swing Sequencing, which involves detecting 8 golf swing events in trimmed golf swing videos. This repo demos the baseline model, SwingNet.
198 stars 60 forks source link

eval.py dataloader axes mismatch error #13

Open agsourav opened 2 years ago

agsourav commented 2 years ago

when trying to evaluate using pretrained model weights and creating data splits using generate_split.py (as per the Readme instructions), valueError is generated

axes dimensions do not match image

wmcnally commented 2 years ago

To be clear, you get this error when you run eval.py, and not generate_splits.py, correct? Did you download the preprocessed video clips? Please see info in the train instructions. Thanks for your interest in GolfDB!