Object Detection
TensorBoard
English
web form detection
form detection
ui form detection
form detect
ui form detect
web form ui detection
Web form recognition
Form field detection
Form element detection
Form field extraction
Form structure analysis
User interface form detection
Web form parser
Data extraction from forms
Form input identification
Form layout analysis
Form boundary detection
UI component recognition
Form field segmentation
Form element extraction
Form data extraction
Form field recognition
Form text extraction
Form structure detection
Form field localization
Web form layout analysis
Eval Results
Commit
·
186f27c
1
Parent(s):
45dbb05
Update README.md
Browse files
README.md
CHANGED
@@ -5,9 +5,9 @@ tags:
|
|
5 |
- ui form detection
|
6 |
- form detect
|
7 |
- ui form detect
|
8 |
-
|
9 |
model-index:
|
10 |
-
- name: foduucom/web-form-detection
|
11 |
results:
|
12 |
- task:
|
13 |
type: object-detection
|
@@ -22,7 +22,7 @@ metrics:
|
|
22 |
pipeline_tag: object-detection
|
23 |
---
|
24 |
<div align="center">
|
25 |
-
<img width="640" alt="foduucom/web-form-detection" src="https://huggingface.co/foduucom/web-form-detection/resolve/main/Web-Form-Detection%20thumbnail.jpeg">
|
26 |
</div>
|
27 |
|
28 |
|
@@ -64,7 +64,7 @@ pip install ultralyticsplus==0.0.28 ultralytics==8.0.43
|
|
64 |
from ultralyticsplus import YOLO, render_result
|
65 |
|
66 |
# load model
|
67 |
-
model = YOLO('foduucom/web-form-detection')
|
68 |
|
69 |
# set model parameters
|
70 |
model.overrides['conf'] = 0.25 # NMS confidence threshold
|
@@ -113,7 +113,7 @@ For inquiries and contributions, please contact us at [email protected].
|
|
113 |
@ModelCard{
|
114 |
author = {Nehul Agrawal and
|
115 |
Rahul parihar},
|
116 |
-
title = {YOLOv8s web-form detection},
|
117 |
year = {2023}
|
118 |
}
|
119 |
```
|
|
|
5 |
- ui form detection
|
6 |
- form detect
|
7 |
- ui form detect
|
8 |
+
- web form ui detection
|
9 |
model-index:
|
10 |
+
- name: foduucom/web-form-ui-field-detection
|
11 |
results:
|
12 |
- task:
|
13 |
type: object-detection
|
|
|
22 |
pipeline_tag: object-detection
|
23 |
---
|
24 |
<div align="center">
|
25 |
+
<img width="640" alt="foduucom/web-form-ui-field-detection" src="https://huggingface.co/foduucom/web-form-ui-field-detection/resolve/main/Web-Form-Detection%20thumbnail.jpeg">
|
26 |
</div>
|
27 |
|
28 |
|
|
|
64 |
from ultralyticsplus import YOLO, render_result
|
65 |
|
66 |
# load model
|
67 |
+
model = YOLO('foduucom/web-form-ui-field-detection')
|
68 |
|
69 |
# set model parameters
|
70 |
model.overrides['conf'] = 0.25 # NMS confidence threshold
|
|
|
113 |
@ModelCard{
|
114 |
author = {Nehul Agrawal and
|
115 |
Rahul parihar},
|
116 |
+
title = {YOLOv8s web-form ui fields detection},
|
117 |
year = {2023}
|
118 |
}
|
119 |
```
|