PSynx commited on
Commit
545a4c6
·
verified ·
1 Parent(s): bb70908

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -27,11 +27,11 @@ It was trained on the [CommonForms](https://huggingface.co/datasets/jbarrow/Comm
27
  - `2`: `signature`
28
  - **Input Size:** 1024x1024
29
 
30
- ## Performance (mAP)
31
  - **text_input:** 0.814
32
  - **choice_button:** 0.709
33
  - **signature:** 0.838
34
- - **Overall mAP:** 0.787
35
 
36
  ## Usage
37
 
@@ -40,7 +40,7 @@ It was trained on the [CommonForms](https://huggingface.co/datasets/jbarrow/Comm
40
  You can install the official inference package to automatically download this model and process PDFs or images.
41
 
42
  ```bash
43
- pip install widget-detector
44
  ```
45
 
46
  ```python
 
27
  - `2`: `signature`
28
  - **Input Size:** 1024x1024
29
 
30
+ ## Performance (mAP@50)
31
  - **text_input:** 0.814
32
  - **choice_button:** 0.709
33
  - **signature:** 0.838
34
+ - **Overall mAP@50:** 0.787
35
 
36
  ## Usage
37
 
 
40
  You can install the official inference package to automatically download this model and process PDFs or images.
41
 
42
  ```bash
43
+ pip install psynx-widget-detector
44
  ```
45
 
46
  ```python