chainyo commited on
Commit
8a6b480
1 Parent(s): 0478a0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -8,6 +8,14 @@ library_name: keras
8
  # Video Classification with a CNN-RNN Architecture
9
 
10
  ![Example video from dataset](./animation.gif)
 
 
 
 
 
 
 
 
11
 
12
  **Author:** Sayak Paul
13
  **Date created:** 2021/05/28
 
8
  # Video Classification with a CNN-RNN Architecture
9
 
10
  ![Example video from dataset](./animation.gif)
11
+ ```bash
12
+ Test video path: v_Punch_g03_c02.avi
13
+ Punch: 56.50%
14
+ TennisSwing: 29.97%
15
+ PlayingCello: 6.47%
16
+ ShavingBeard: 3.69%
17
+ CricketShot: 3.38%
18
+ ```
19
 
20
  **Author:** Sayak Paul
21
  **Date created:** 2021/05/28