C3D-LSTM--PyTorch icon indicating copy to clipboard operation
C3D-LSTM--PyTorch copied to clipboard

C3D-LSTM implementation in PyTorch [WACV 2019]

C3D-LSTM--PyTorch

C3D-LSTM implementation in PyTorch.

C3D-LSTM Network Diagram:

C3D-LSTM Network

C3D-LSTM is used in the following papers:

  1. Learning to Score Olympic Events

  2. Action Quality Assessment Across Multiple Actions

Originally I had implemented C3D-LSTM in Caffe. I haven't tested this PyTorch version for exact results, but it should give results close to original implementation.

Replace '...' with actual directories.