File size: 1,439 Bytes
4fb80ca
fe68135
 
 
 
 
4fb80ca
 
 
 
 
c81735c
 
4fb80ca
fe68135
 
 
53f0e4a
 
5667843
53f0e4a
fe68135
 
 
53f0e4a
fe68135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53f0e4a
5667843
 
53f0e4a
5667843
 
53f0e4a
 
fe68135
 
 
 
 
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
pretty_name: LineEX
task_categories:
- image-classification
- object-detection
- image-to-text
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---

# LineEX

This dataset repo contains:

- the uploaded `train` split with `397,993` images
- the released `test` split with `20,000` images

- Repo: `13point5/line-ex`

## Shared Schema

- `image_id`
- `file_name`
- `image`
- `width`
- `height`
- `data_type`
- `chart_elements`
- `lines`

## `chart_elements` fields

- `annotation_id`
- `category_id`
- `category_name`
- `bbox_xywh`
- `area`
- `text`
- `line_id`

## `lines` fields

- `annotation_id`
- `category_id`
- `category_name`
- `line_name`
- `polyline_xy`
- `raw_series_xy`
- `area`

## Notes

- The repo uses a shared nested schema across splits.
- The `train` split is streamed directly from `train.zip` and uploaded as parquet shards to
  reduce local disk usage.
- The `test` split uses the 10-class chart-element mapping defined in the LineEX codebase.
- The `train` split uses a different chart-element label vocabulary, but the HF feature shape
  is identical.
- `lines.line_name` is derived from legend structure and may be `null` when the legend-text
  association is ambiguous.

## License

This mirror does not assert a new license for the data. Verify redistribution terms with the
original dataset authors before making the dataset public.