File size: 1,060 Bytes
5254da8
67808fc
5254da8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67808fc
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
---
license: cc-by-4.0
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 6,855 poster images in train set, 500 poster images in dev/test sets, respectively.
This dataset also includes 100 papers paired with 100 posters in dev/test sets.
The file structure is as follows.

- scipostlayout
  - poster
    - png
      - train.zip
        - 6,855 poster images of train set.
      - dev
        - 500 poster images of dev set.
      - test
        - 500 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.
    - pdf
      - poster pdf files (optional).
  - paper
    - pdf
      - paper pdf files.
    - jpg
      - paper jpg files.
    - mmd
      - mmd files of papers parsed with Nougat.