This repository contains the hand-drawn BPMN dataset published jointly with our CAiSE 2021 paper Sketch2BPMN: Automatic Recognition of Hand-drawn BPMN Models
by Bernhard Schäfer, Han van der Aa, Henrik Leopold and Heiner Stuckenschmidt.
- v0.0.1: dataset version used in Sketch2BPMN paper
- v0.0.2: dataset version used in DiagramNet paper
- v1.0.0: dataset version used in Sketch2Process paper
- pybpmn-parser: contains a BPMN XML parser and a script for creating a dataset in the COCO format (COCO is a common format for computer vision datasets).
- handwritten-diagram-datasets: hosts the generated COCO datasets among other diagram datasets and features a demo that shows how to parse and visualize the COCO annotations
- bpmn-image-annotator: Annotation tool that has been developed to annotate hand-drawn images with ground-truth BPMN models.
Also check out our Sketch2BPMN demo where you can try our method with your own images and download the generated BPMN XML.
├── data
│ ├── annotations <- ex00-ex10 .bpmn files.
│ ├── images <- ex00-ex10 .png/.jpg images.
│ ├── words <- ex00-ex10 Pascal VOC word annotation .xml files.
│ ├── exercises.pdf <- modeling tasks ex00-ex10 that the hand-drawn models correspond to.
│ ├── writer_split.csv <- maps each writerID to one of train/val/test split
└── README.md <- Current file
The dataset is licensed under a Creative Commons Attribution 4.0 International License.
@inproceedings{schaeferSketch2BPMN2021,
title = {Sketch2BPMN: Automatic Recognition of Hand-drawn BPMN Models},
author = {Sch{\"a}fer, Bernhard and {van der Aa}, Han and Leopold, Henrik and Stuckenschmidt, Heiner},
booktitle = {Advanced Information Systems Engineering},
year = {2021},
publisher = {{Springer International Publishing}},
language = {en},
series = {Lecture {{Notes}} in {{Computer Science}}}
}
@inproceedings{schaeferDiagramNet2021,
title={DiagramNet: Hand-drawn Diagram Recognition using Visual Arrow-relation Detection},
author = {Sch{\"a}fer, Bernhard and Stuckenschmidt, Heiner},
booktitle={2021 International Conference on Document Analysis and Recognition (ICDAR)},
year={2021},
month = sep,
language = {en}
}