From edb1278cd0ecba590d317d58a1ff0172a33c5371 Mon Sep 17 00:00:00 2001 From: YangLiu Date: Tue, 6 Apr 2021 14:32:29 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e9bdfa..58f5284 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The extracted GAF images for three datasets can be downloaded: ## Codes The code is available now! For example, in the UTD dataset: -Step1: Extract the GAF images. +Step1: Extract the GAF images using [matlab codes](https://github.com/YangLiu9208/SAKDN/tree/master/GAF). Step2: Run 1_UTD_SemanticFusion.py to train the teacher model. Step3: Run 2_run_UTD_All_SemanticAblationFusion_distill.py to conduct knowledge distillation. @@ -39,3 +39,4 @@ doi={}, ISSN={}, month={},} ``` +If you have any question about this code, feel free to reach me (liuy856@mail.sysu.edu.cn)