An open API service indexing awesome lists of open source software.

https://github.com/ParitoshParmar/C3D-LSTM--PyTorch

C3D-LSTM implementation in PyTorch [WACV 2019]
https://github.com/ParitoshParmar/C3D-LSTM--PyTorch

3dcnn action-quality-assessment c3d c3d-lstm deep-learning lstm pytorch video-processing video-understanding

Last synced: 6 months ago
JSON representation

C3D-LSTM implementation in PyTorch [WACV 2019]

Awesome Lists containing this project

README

          

# 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](https://arxiv.org/abs/1611.05125)

2. [Action Quality Assessment Across Multiple Actions](https://arxiv.org/abs/1812.06367)

Originally I had implemented [C3D-LSTM](https://github.com/ParitoshParmar/LTSOE) 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.