phungpx commited on
Commit
e60fd65
·
verified ·
1 Parent(s): 298fc1d

Upload ONNX export

Browse files
Files changed (1) hide show
  1. examples/inputs/SOURCE.json +37 -0
examples/inputs/SOURCE.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset": "creative-graphic-design/PubLayNet",
3
+ "dataset_url": "https://huggingface.co/datasets/creative-graphic-design/PubLayNet",
4
+ "license": "CDLA-Permissive-1.0",
5
+ "citation": "Zhong, X., Tang, J., & Yepes, A. J. (2019). PubLayNet: largest dataset ever for document layout analysis. arXiv:1908.07836",
6
+ "note": "Pages sourced from PubMed Central open-access scientific articles. Selected for high layout-element density from a scan of the dataset train split (see fetch_example_images.py).",
7
+ "images": [
8
+ {
9
+ "file_name": "PMC5883194_00003.jpg",
10
+ "width": 596,
11
+ "height": 794,
12
+ "n_boxes": 31,
13
+ "n_classes": 4
14
+ },
15
+ {
16
+ "file_name": "PMC5883225_00001.jpg",
17
+ "width": 596,
18
+ "height": 794,
19
+ "n_boxes": 28,
20
+ "n_classes": 4
21
+ },
22
+ {
23
+ "file_name": "PMC4413546_00014.jpg",
24
+ "width": 596,
25
+ "height": 794,
26
+ "n_boxes": 21,
27
+ "n_classes": 4
28
+ },
29
+ {
30
+ "file_name": "PMC5942346_00002.jpg",
31
+ "width": 596,
32
+ "height": 791,
33
+ "n_boxes": 21,
34
+ "n_classes": 4
35
+ }
36
+ ]
37
+ }