Digital Peter
Paper Is available at http://arxiv.org/abs/2103.09354
Description
Digital Peter is an educational task with a historical slant created on the basis of several AI technologies (Computer Vision, NLP, and knowledge graphs). The task was prepared jointly with the Saint Petersburg Institute of History (N.P.Lihachov mansion) of Russian Academy of Sciences, Federal Archival Agency of Russia and Russian State Archive of Ancient Acts.
A detailed description of the problem (with an immersion in the problem) can be found in [detailed_description_of_the_task_en.pdf`](https://github.com/sberbank-ai/digital_peter_aij2020/blob/master/desc/detailed_description_of_the_task_en.pdf)
The dataset consists of 662 full page images and 9696 annotated text files. There are 265788 symbols and approximately 50998 words.
Here is an example of one line of text.
Here is an example of segmented document.
Annotation format
The annotation is in COCO format. The annotation.json
should have the following dictionaries:
annotation["categories"]
- a list of dicts with a categories info (categotiy names and indexes).annotation["images"]
- a list of dictionaries with a description of images, each dictionary must contain fields:file_name
- name of the image file.id
for image id.
annotation["annotations"]
- a list of dictioraties with a murkup information. Each dictionary stores a description for one polygon from the dataset, and must contain the following fields:image_id
- the index of the image on which the polygon is located.category_id
- the polygon’s category index.attributes
- dict with some additional annotatioin information. In thetranslation
subdict you can find text translation for the line.segmentation
- the coordinates of the polygon, a list of numbers - which are coordinate pairs x and y.
Competition
We held a competition based on Digital Peter dataset. Here is github link. Here is competition page (need to register).
Here is the final leaderboard for this competition. Scores are presented for the private set.