13point5 commited on
Commit
6ca0bc6
·
verified ·
1 Parent(s): c1b3433

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +3 -52
README.md CHANGED
@@ -11,58 +11,6 @@ configs:
11
  data_files:
12
  - split: test
13
  path: data/test-*
14
- dataset_info:
15
- features:
16
- - name: image_id
17
- dtype: int32
18
- - name: file_name
19
- dtype: string
20
- - name: image
21
- dtype: image
22
- - name: width
23
- dtype: int32
24
- - name: height
25
- dtype: int32
26
- - name: data_type
27
- dtype: int32
28
- - name: chart_elements
29
- list:
30
- - name: annotation_id
31
- dtype: int32
32
- - name: category_id
33
- dtype: int32
34
- - name: category_name
35
- dtype: string
36
- - name: bbox_xywh
37
- list: float32
38
- - name: area
39
- dtype: float32
40
- - name: text
41
- dtype: string
42
- - name: line_id
43
- dtype: int32
44
- - name: lines
45
- list:
46
- - name: annotation_id
47
- dtype: int32
48
- - name: category_id
49
- dtype: int32
50
- - name: category_name
51
- dtype: string
52
- - name: line_name
53
- dtype: string
54
- - name: polyline_xy
55
- list: float32
56
- - name: raw_series_xy
57
- list: float32
58
- - name: area
59
- dtype: float32
60
- splits:
61
- - name: test
62
- num_bytes: 1074679278.0
63
- num_examples: 20000
64
- download_size: 1052209193
65
- dataset_size: 1074679278.0
66
  ---
67
 
68
  # LineEX Test Split
@@ -101,6 +49,7 @@ LineEX paper, "LineEX: Data Extraction from Scientific Line Charts" (WACV 2023).
101
  - `annotation_id`
102
  - `category_id`
103
  - `category_name`
 
104
  - `polyline_xy`
105
  - `raw_series_xy`
106
  - `area`
@@ -123,6 +72,8 @@ LineEX paper, "LineEX: Data Extraction from Scientific Line Charts" (WACV 2023).
123
  - The original `cls_anno.json` category list is incomplete relative to the annotation IDs.
124
  This mirror uses the 10-class mapping defined in the LineEX codebase.
125
  - `line_id` links legend marker annotations to line annotations within the same image.
 
 
126
  - This repo mirrors only the `test` split.
127
 
128
  ## License
 
11
  data_files:
12
  - split: test
13
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # LineEX Test Split
 
49
  - `annotation_id`
50
  - `category_id`
51
  - `category_name`
52
+ - `line_name`
53
  - `polyline_xy`
54
  - `raw_series_xy`
55
  - `area`
 
72
  - The original `cls_anno.json` category list is incomplete relative to the annotation IDs.
73
  This mirror uses the 10-class mapping defined in the LineEX codebase.
74
  - `line_id` links legend marker annotations to line annotations within the same image.
75
+ - `lines.line_name` is derived from the legend structure and may be `null` when no legend-text
76
+ association can be inferred for a series.
77
  - This repo mirrors only the `test` split.
78
 
79
  ## License