File size: 1,708 Bytes
cc44481
 
bac4d1d
 
 
 
 
 
 
 
 
 
 
 
4bbf476
cc44481
 
 
 
 
 
 
 
 
 
 
4bbf476
 
 
 
 
 
 
 
fff32d1
4bbf476
 
fff32d1
cc44481
bac4d1d
 
 
 
cc44481
 
 
 
4bbf476
 
 
 
fff32d1
 
 
 
 
 
 
cc44481
ee4b627
cc44481
ee4b627
fff32d1
ee4b627
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
72
73
74
75
76
77
78
---
dataset_info:
- config_name: test
  features:
  - name: image
    dtype: image
  - name: code_caption
    dtype: string
  splits:
  - name: train
    num_bytes: 142134244.412
    num_examples: 1188
  download_size: 124563800
  dataset_size: 142134244.412
- config_name: train
  features:
  - name: image
    dtype: image
  - name: code_caption
    dtype: string
  splits:
  - name: train
    num_bytes: 946697073.77
    num_examples: 10102
  download_size: 853815350
  dataset_size: 946697073.77
- config_name: validation
  features:
  - name: image
    dtype: image
  - name: code_caption
    dtype: string
  splits:
  - name: train
    num_bytes: 95790792
    num_examples: 594
  download_size: 73916515
  dataset_size: 95790792
configs:
- config_name: test
  data_files:
  - split: train
    path: test/train-*
- config_name: train
  data_files:
  - split: train
    path: train/train-*
- config_name: validation
  data_files:
  - split: train
    path: validation/train-*
task_categories:
- image-to-image
tags:
- code
pretty_name: FloCo
size_categories:
- 10K<n<100K
---
# FloCo Dataset

From: https://vl2g.github.io/projects/floco/

We introduce a new large-scale dataset called "FloCo" for Flowchart images to Python Codes conversion. It contains 11,884 paired flowchart-code samples. Please refer to the paper for more details regarding statistics and dataset construction.


```
@inproceedings{shukla2023floco,
  author    = "Shukla, Shreya and 
              Gatti, Prajwal and 
              Kumar, Yogesh and
              Yadav, Vikash and
              Mishra, Anand",
  title     = "Towards Making Flowchart Images Machine Interpretable",
  booktitle = "ICDAR",
  year      = "2023",
}
```