Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-li authored Sep 6, 2020
1 parent a3bcb07 commit f32295c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MS-TCN2
# MS-TCN++: MS-TCN++: Multi-Stage Temporal Convolutional Network for Action Segmentation (TPAMI 2020)

## Environment
Python3
Expand All @@ -11,3 +11,13 @@ To train the model run sh train.sh ${dataset} ${split} where ${dataset} is break
## Evaluation
Run sh test_epoch.sh ${dataset} ${split} ${test_epoch}.


## Cite:
```BibTeX
@article{li2020ms,
title={MS-TCN++: Multi-Stage Temporal Convolutional Network for Action Segmentation},
author={Li, Shijie and Farha, Yazan Abu and Liu, Yun and Cheng, Ming-Ming and Gall, Juergen},
journal={arXiv preprint arXiv:2006.09220},
year={2020}
}
```

0 comments on commit f32295c

Please sign in to comment.