Instructions to use PSynx/widget-detector-yolo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use PSynx/widget-detector-yolo with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("PSynx/widget-detector-yolo") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
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
|