Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<!-- ABOUT THE PROJECT -->
|
2 |
## About 📋
|
3 |
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- ds4sd/DocLayNet
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- mape
|
10 |
+
- precision
|
11 |
+
- recall
|
12 |
+
pipeline_tag: object-detection
|
13 |
+
---
|
14 |
+
|
15 |
+
![GitHub](https://img.icons8.com/ios-glyphs/30/000000/github.png) Check out our Github repo for inference codes:
|
16 |
+
[https://github.com/moured/YOLOv10-Document-Layout-Analysis](https://github.com/moured/YOLOv10-Document-Layout-Analysis)
|
17 |
+
|
18 |
<!-- ABOUT THE PROJECT -->
|
19 |
## About 📋
|
20 |
|