Update README.md
Browse files
README.md
CHANGED
|
@@ -58,7 +58,7 @@ Each example includes:
|
|
| 58 |
| `bpmn` | Text content of the corresponding `.bpmn` XML file |
|
| 59 |
| `image_filename` | Original image filename |
|
| 60 |
| `bpmn_filename` | Original BPMN filename |
|
| 61 |
-
| `split` | One of: `train`, `
|
| 62 |
|
| 63 |
Folder structure used during creation:
|
| 64 |
|
|
@@ -67,7 +67,7 @@ dataset/
|
|
| 67 |
├── train/
|
| 68 |
│ ├── images/
|
| 69 |
│ ├── bpmn/
|
| 70 |
-
├──
|
| 71 |
│ ├── images/
|
| 72 |
│ ├── bpmn/
|
| 73 |
├── test/
|
|
@@ -77,11 +77,8 @@ dataset/
|
|
| 77 |
|
| 78 |
---
|
| 79 |
|
| 80 |
-
# 🖼️ Example
|
| 81 |
|
| 82 |
-
Replace these after dataset upload:
|
| 83 |
-
|
| 84 |
-
### Example 1
|
| 85 |

|
| 86 |
|
| 87 |
|
|
|
|
| 58 |
| `bpmn` | Text content of the corresponding `.bpmn` XML file |
|
| 59 |
| `image_filename` | Original image filename |
|
| 60 |
| `bpmn_filename` | Original BPMN filename |
|
| 61 |
+
| `split` | One of: `train`, `validation`, `test` |
|
| 62 |
|
| 63 |
Folder structure used during creation:
|
| 64 |
|
|
|
|
| 67 |
├── train/
|
| 68 |
│ ├── images/
|
| 69 |
│ ├── bpmn/
|
| 70 |
+
├── validation/
|
| 71 |
│ ├── images/
|
| 72 |
│ ├── bpmn/
|
| 73 |
├── test/
|
|
|
|
| 77 |
|
| 78 |
---
|
| 79 |
|
| 80 |
+
# 🖼️ Example Image
|
| 81 |
|
|
|
|
|
|
|
|
|
|
| 82 |

|
| 83 |
|
| 84 |
|