From cd4f535d512ec05ca338673d39635109df3ef6cc Mon Sep 17 00:00:00 2001 From: Dongyang Jin <73057174+jdyjjj@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:04:29 +0800 Subject: [PATCH] Update README.md --- datasets/HID/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasets/HID/README.md b/datasets/HID/README.md index 29f8869..a606d78 100644 --- a/datasets/HID/README.md +++ b/datasets/HID/README.md @@ -37,7 +37,7 @@ CUDA_VISIBLE_DEVICES=0,1,2,3 python -m torch.distributed.launch --nproc_per_node The result will be generated in `HID_result/current_time.csv`. ## Submit the result -Rename the csv file to `submission.csv`, then zip it and upload to [official submission link](https://codalab.lisn.upsaclay.fr/competitions/10568#participate). +Rename the csv file to `submission.csv`, then zip it and upload to [official submission link](https://codalab.lisn.upsaclay.fr/competitions/21845). ---