From f32295c92d689c6e0f2be34f99eb9f505ab484be Mon Sep 17 00:00:00 2001 From: Shijie Li Date: Sun, 6 Sep 2020 19:44:06 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29b2d0d..a2333b2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MS-TCN2 +# MS-TCN++: MS-TCN++: Multi-Stage Temporal Convolutional Network for Action Segmentation (TPAMI 2020) ## Environment Python3 @@ -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} +} +```