Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jfzhang95 committed Sep 7, 2018
1 parent b316f41 commit 7299911
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
@@ -1,5 +1,14 @@
# pytorch-video-recognition

<table>
<tr>
<td><img src="assets/demo1.gif"></td>
</tr>
<tr>
<td><img src="assets/demo2.gif"></td>
</tr>
</table>

## Introduction
This repo contains several models for video action recognition,
including C3D, R2Plus1D, R3D, inplemented using PyTorch(0.4.0).
Expand Down Expand Up @@ -50,10 +59,10 @@ accuracy and loss curves for each experiment are shown below:

- **UCF101**

<p align="center"><img src="assets/ucf101_results.png" align="center" width=1000 height=auto/></p>
<p align="center"><img src="assets/ucf101_results.png" align="center" width=900 height=auto/></p>

- **HMDB51**

<p align="center"><img src="assets/hmdb51_results.png" align="center" width=1000 height=auto/></p>
<p align="center"><img src="assets/hmdb51_results.png" align="center" width=900 height=auto/></p>

Experiments for other models will be updated soon ...
Binary file added assets/demo1.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/demo2.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added results/test.py
Empty file.

0 comments on commit 7299911

Please sign in to comment.