diff --git a/README.md b/README.md index 71422cc..5b00d57 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # C3D-LSTM--PyTorch -C3D-LSTM implementation in 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) @@ -10,8 +16,3 @@ C3D-LSTM is used in the following papers: 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. - -## C3D-LSTM Network Diagram: - - -

C3D-LSTM Network