scipostlayout_v1 / README.md
shohei-ta's picture
Upload 9 files
9e430eb verified
---
license: cc
language:
- en
size_categories:
- 1K<n<10K
---
This is the dataset repository of a paper ''SciPostLayout: A Dataset for Layout Analysis and Layout Generation of Scientific Posters''.
This dataset includes 7,755 poster images in train set, 50 poster images in dev/test sets, respectively.
The file structure is as follows.
- train.zip
- 7,755 poster images of train set.
- dev.zip
- 50 poster images of dev set.
- test.zip
- 50 poster images of test set.
- train.json
- annotation data of train set.
- dev.json
- annotation data of valid set.
- test.json
- annotation data of test set.
- load_dataset.py
- example script to load the dataset.
- poster_pdf.zip
- poster pdf files (optional)
After downloading the data set, place each file as follows to run load_dataset.py
- load_dataset.py
- scipostlayout
- raw
- train
- train png files
- dev
- dev png files
- test
- test png files
- train.json
- dev.json
- test.json