From 89e9b75e52c6ee77f6cd37c0c079a5ada7b8c3d4 Mon Sep 17 00:00:00 2001 From: YangLiu Date: Sun, 9 Jan 2022 15:37:00 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdbf09a..228ebae 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,12 @@ Step2: Run 1_UTD_SemanticFusion.py to train the teacher model. Step3: Run 2_run_UTD_All_SemanticAblationFusion_distill.py to conduct knowledge distillation. ``` -@article{liu2020semantics, +@article{liu2021semantics, title={Semantics-aware adaptive knowledge distillation for sensor-to-vision action recognition}, author={Liu, Yang and Wang, Keze and Li, Guanbin and Lin, Liang}, - journal={arXiv preprint arXiv:2009.00210}, - year={2020} + journal={IEEE Transactions on Image Processing}, + year={2021}, + publisher={IEEE} } ``` If you have any question about this code, feel free to reach me (liuy856@mail.sysu.edu.cn)