Update README.md

This commit is contained in:
Dongyang Jin
2025-04-01 23:06:53 +08:00
committed by GitHub
parent 7f3367c170
commit 56cd09102e
+2 -2
View File
@@ -30,9 +30,9 @@ unzip pretrained_hid_model.zip -d output/
``` ```
## Generate the result ## 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 ```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`. The result will be generated in `HID_result/current_time.csv`.