Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yjxiong authored Aug 11, 2017
1 parent dbcbfc2 commit ec04aa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -41,14 +41,14 @@ Use the following command to test its performance in the standard TSN testing pr

```bash
python test_models.py ucf101 RGB <ucf101_rgb_val_list> ucf101_bninception_rgb_checkpoint.pth \
-- arch BNInception --save_scores <score_file_name>
--arch BNInception --save_scores <score_file_name>

```

Or for flow models:

```bash
python test_models.py ucf101 Flow <ucf101_rgb_val_list> ucf101_bninception_flow_checkpoint.pth \
-- arch BNInception --save_scores <score_file_name> --flow_pref flow_
--arch BNInception --save_scores <score_file_name> --flow_pref flow_

```
```

0 comments on commit ec04aa7

Please sign in to comment.