From c49071a6034a91cc2dc011e75b0f710082412eb9 Mon Sep 17 00:00:00 2001 From: Chonghao Sima Date: Fri, 1 Mar 2024 13:53:21 +0800 Subject: [PATCH] Update README.md --- challenge/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenge/README.md b/challenge/README.md index 2923bdb..6c970c0 100644 --- a/challenge/README.md +++ b/challenge/README.md @@ -1,5 +1,5 @@ ### TL;DR -* The purpose of this folder is to facilitate our CVPR 2024 challenge. Initially, we will use a small subset of training data (**demo train** in the following text) as an illustrative example, demonstrating how to obtain the **test data format**, train the baseline, infer the baseline and go through the evaluation pipeline. +* The purpose of this folder is to facilitate our CVPR 2024 challenge. Initially, we will use a small subset of training data (**demo train** in the following text) as an illustrative example, demonstrating how to obtain the **test data format** and the submission format, how to train the baseline and infer the baseline, and go through the evaluation pipeline. * For the purpose of the new **test data format**, it is essential that our primary intention is to creat a specific test data format preventing possible cheating.