rossumai / docile

DocILE: Document Information Localization and Extraction Benchmark
https://docile.rossum.ai
MIT License
116 stars 9 forks source link

Test Data empty Annotations #78

Open Davo00 opened 3 weeks ago

Davo00 commented 3 weeks ago

Hello @mskl, @simsa-st

If I understand correctly, the "test" keyword data should be used to evaluate the model. The annotations are present in the training and validation sets, but for test data the annotations look like this: { "metadata": { "page_count": 1, "page_sizes_at_200dpi": [ [ 1704, 2203 ] ] } }

As you can see there are no bounding boxes, field names or values. How to get the annotated test data?

sulc commented 3 weeks ago

@Davo00 , to avoid research overfitting to the test set, the test set is indeed shared without annotations. Instead, you can evaluate your post-competition submissions at https://rrc.cvc.uab.es/?ch=26 .

Davo00 commented 3 weeks ago

@sulc thanks for the quick response, I have registered and tried uploading the sample provided on the web page. This resulted into an error that the ground truth path is not found. Is there an issue or is it supposed to be like that?

image image

simsa-st commented 3 weeks ago

Hi @Davo00, thank you for the report, I confirm the submissions are currently broken. I have contacted the admins of the Robust Reading Competition portal to help me fix this.