From 56cd09102e5c2066548e1b8adfb7abdebab8dabe Mon Sep 17 00:00:00 2001 From: Dongyang Jin <73057174+jdyjjj@users.noreply.github.com> Date: Tue, 1 Apr 2025 23:06:53 +0800 Subject: [PATCH] Update README.md --- datasets/HID/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datasets/HID/README.md b/datasets/HID/README.md index a606d78..bf5a385 100644 --- a/datasets/HID/README.md +++ b/datasets/HID/README.md @@ -30,9 +30,9 @@ unzip pretrained_hid_model.zip -d output/ ``` ## Generate the result -Modify the `dataset_root` in `configs/baseline/baseline_hid.yaml`, and then run this command: +Modify the `dataset_root` in `configs/gaitbase/gaitbase_hid.yaml`, and then run this command: ```shell -CUDA_VISIBLE_DEVICES=0,1,2,3 python -m torch.distributed.launch --nproc_per_node=4 opengait/main.py --cfgs configs/baseline/baseline_hid.yaml --phase test +CUDA_VISIBLE_DEVICES=0,1,2,3 python -m torch.distributed.launch --nproc_per_node=4 opengait/main.py --cfgs configs/gaitbase/gaitbase_hid.yaml --phase test ``` The result will be generated in `HID_result/current_time.csv`.