Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ This is the official repository for [***ICDAR 2025 Competition on End-to-end Doc
|
|
9 |
## For Participants
|
10 |
Participants are required to translate all the images in the **competition_testset_images.zip** using an end-to-end OCR-free method into Simplified Chinese (zh-CN), and fill in **answer.json** file.
|
11 |
The file should be zipped and submitted to Codalab.
|
12 |
-
In **answer.json** file, the **key** corresponds to the image file name, and the **value** is the translation of each image as a single string (str).
|
13 |
|
14 |
## Training Dataset Download
|
15 |
The dataset can be downloaded from this [huggingface link](https://huggingface.co/datasets/liangyupu/DoTA_dataset).
|
|
|
9 |
## For Participants
|
10 |
Participants are required to translate all the images in the **competition_testset_images.zip** using an end-to-end OCR-free method into Simplified Chinese (zh-CN), and fill in **answer.json** file.
|
11 |
The file should be zipped and submitted to Codalab.
|
12 |
+
In **answer.json** file, the **key** corresponds to the image file name, and the **value** is the translation of each image as a single string (str) after [**jieba**](https://github.com/fxsjy/jieba) cut.
|
13 |
|
14 |
## Training Dataset Download
|
15 |
The dataset can be downloaded from this [huggingface link](https://huggingface.co/datasets/liangyupu/DoTA_dataset).
|