Datasets:

Modalities:
Image
Languages:
English
Libraries:
Datasets
License:
File size: 1,000 Bytes
40ae688
 
9e430eb
 
 
 
40ae688
9e430eb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
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