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

Original full resolution videos #7

Closed Favoreel closed 3 years ago

Favoreel commented 3 years ago

Hi,

Are the original full resolution videos available for download (instead of the 160x160 downscaled)?

Thx!

Wouter

wmcnally commented 3 years ago

Not directly. Our dataset provides the YouTube URLs.

marcm07 commented 3 years ago

Hi, where do we find the dataset with the URLs?

wmcnally commented 3 years ago

Run generate_splits.py to generate .pkl files containing the dataframes. Load the pkl dataframes using pandas. The youtube ids are under the column 'youtube_id'. The corresponding url is given by https://www.youtube.com/watch?v=[youtube_id]