Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ParitoshParmar authored Jun 20, 2020
1 parent 4a65a43 commit 844747a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# C3D-LSTM--PyTorch
C3D-LSTM implementation in PyTorch
C3D-LSTM implementation in PyTorch.

## C3D-LSTM Network Diagram:

<p align="center"> <img src="C3D-LSTM.png?raw=true" alt="C3D-LSTM Network"/> </p>


C3D-LSTM is used in the following papers:

1. [Learning to Score Olympic Events](https://arxiv.org/abs/1611.05125)
Expand All @@ -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:


<p align="center"> <img src="C3D-LSTM.png?raw=true" alt="C3D-LSTM Network"/> </p>

0 comments on commit 844747a

Please sign in to comment.