This is the code for TCSVT paper 'Learning to Score Figure Skating Videos'. To run this code, you need to do as follows,
This code needs pytorch 0.4.0.
We provide the c3d feature of Fis-V videos here Fis-V, you can download it and unzip the file into any directory
python train.py --root /path/to/data -n {name of model} --pcs
python train.py --root /path/to/data -n {name of model}
The codes in rnn_cells are simply modified version based on skip-rnn.