From a7a4fb55a29e868ab0025b9e5e1cecab9ad27484 Mon Sep 17 00:00:00 2001 From: Junhao Liang <43094337+darkliang@users.noreply.github.com> Date: Tue, 11 Apr 2023 15:43:12 +0800 Subject: [PATCH] Update README.md --- datasets/CASIA-E/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datasets/CASIA-E/README.md b/datasets/CASIA-E/README.md index 811b89f..c698d10 100644 --- a/datasets/CASIA-E/README.md +++ b/datasets/CASIA-E/README.md @@ -39,5 +39,5 @@ Application URL: https://www.scidb.cn/en/detail?dataSetId=57be0e918db743279baf44 ## Evaluation Compared with the settings in the original paper, we only used 200 people for training, and the rest were used as the test set, and the division of gallery and probe is more practical and difficult. -For specific experimental settings, please refer to configs/gaitbase/gaitbase_casiae.yaml. -For the specific division of the probe and gallery, please refer to opengait/evaluation/evaluator.py. \ No newline at end of file +For specific experimental settings, please refer to [gaitbase_casiae.yaml](../../configs/gaitbase/gaitbase_casiae.yaml). +For the specific division of the probe and gallery, please refer to [evaluator.py](../../opengait/evaluation/evaluator.py).