Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie committed Feb 2, 2019
1 parent 6796c96 commit 5834a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#custom
tmp*
work_dir/*
data/*
data
config_v0/*
backup/*
.vscode
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ You can modify the training parameters such as ```work_dir```, ```batch_size```,

Finally, custom model evaluation can be achieved by this command as we mentioned above:
```
python main.py -c config/st_gcn/<dataset>/test.yaml --weights <path to model weights>
python main.py recognition -c config/st_gcn/<dataset>/test.yaml --weights <path to model weights>
```

## Citation
Expand Down

0 comments on commit 5834a36

Please sign in to comment.