Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
size_categories:
|
| 4 |
+
- n<1K
|
| 5 |
+
---
|
| 6 |
+
基于
|
| 7 |
+
- galirage/FC-Detection
|
| 8 |
+
- shreyanshu09/Block_Diagram
|
| 9 |
+
的重新标注。
|
| 10 |
+
使用makesense.ai对数据集的重新标注,标注分为以下几类
|
| 11 |
+
```text
|
| 12 |
+
0: text
|
| 13 |
+
1: arrow
|
| 14 |
+
2: terminator
|
| 15 |
+
3: data
|
| 16 |
+
4: process
|
| 17 |
+
5: decision
|
| 18 |
+
6: connection
|
| 19 |
+
7: arrow_start
|
| 20 |
+
8: arrow_end
|
| 21 |
+
此分类参考论文 *Arrow-Guided VLM: Enhancing Flowchart Understanding via Arrow Direction Encoding*,也对论文所提到的数据集galirage/FC-Detection进行了重新标注,并加入了手动标注的几十张shreyanshu09/Block_Diagram流程图
|