Upload 2 files
Browse files- README.md +39 -3
- scipostlayout.zip +3 -0
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
-
---
|
2 |
-
license: cc
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
---
|
8 |
+
|
9 |
+
This is the dataset repository of a paper ''SciPostLayout: A Dataset for Layout Analysis and Layout Generation of Scientific Posters''.
|
10 |
+
This dataset includes 6,855 poster images in train set, 500 poster images in dev/test sets, respectively.
|
11 |
+
This dataset also includes 100 papers paired with 100 posters in dev/test sets.
|
12 |
+
The file structure is as follows.
|
13 |
+
|
14 |
+
- scipostlayout
|
15 |
+
- poster
|
16 |
+
- png
|
17 |
+
- train.zip
|
18 |
+
- 6,855 poster images of train set.
|
19 |
+
- dev
|
20 |
+
- 500 poster images of dev set.
|
21 |
+
- test
|
22 |
+
- 500 poster images of test set.
|
23 |
+
- train.json
|
24 |
+
- annotation data of train set.
|
25 |
+
- dev.json
|
26 |
+
- annotation data of valid set.
|
27 |
+
- test.json
|
28 |
+
- annotation data of test set.
|
29 |
+
- load_dataset.py
|
30 |
+
- example script to load the dataset.
|
31 |
+
- pdf
|
32 |
+
- poster pdf files (optional).
|
33 |
+
- paper
|
34 |
+
- pdf
|
35 |
+
- paper pdf files.
|
36 |
+
- jpg
|
37 |
+
- paper jpg files.
|
38 |
+
- mmd
|
39 |
+
- mmd files of papers summarized with Nougat.
|
scipostlayout.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:695d13891d706a375822c3ae002b6fc804970c59f04a4ce0bc1d6b602117d52e
|
3 |
+
size 32155131695
|