nehulagrawal commited on
Commit
186f27c
1 Parent(s): 45dbb05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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 info@foduu.com.
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
  ```