From 844747aa80d25837fe7ce1e6236a2f67bc302f85 Mon Sep 17 00:00:00 2001 From: Paritosh Parmar <20156225+ParitoshParmar@users.noreply.github.com> Date: Fri, 19 Jun 2020 21:58:08 -0700 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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