Commit
•
65c3ab3
1
Parent(s):
ef5519d
Update README.md (#1)
Browse files- Update README.md (9f64ee60db316630b00e1bb5f67ffd8ab1195c38)
Co-authored-by: Alexis IMBERT <alexis-imbert@users.noreply.huggingface.co>
README.md
CHANGED
@@ -4,17 +4,20 @@ license: mit
|
|
4 |
tags:
|
5 |
- Doc-UFCN
|
6 |
- PyTorch
|
7 |
-
-
|
|
|
|
|
8 |
metrics:
|
9 |
- IoU
|
10 |
- F1
|
11 |
- AP@.5
|
12 |
- AP@.75
|
13 |
- AP@[.5,.95]
|
|
|
14 |
---
|
15 |
|
16 |
|
17 |
-
# Generic page detection
|
18 |
|
19 |
The generic page detection model predicts single pages from document images.
|
20 |
|
|
|
4 |
tags:
|
5 |
- Doc-UFCN
|
6 |
- PyTorch
|
7 |
+
- object-detection
|
8 |
+
- dla
|
9 |
+
- historical
|
10 |
metrics:
|
11 |
- IoU
|
12 |
- F1
|
13 |
- AP@.5
|
14 |
- AP@.75
|
15 |
- AP@[.5,.95]
|
16 |
+
pipeline_tag: image-segmentation
|
17 |
---
|
18 |
|
19 |
|
20 |
+
# Doc-UFCN - Generic page detection
|
21 |
|
22 |
The generic page detection model predicts single pages from document images.
|
23 |
|