liangyupu commited on
Commit
6af2638
·
verified ·
1 Parent(s): 5b4d8a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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).