Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,10 @@ tags:
|
|
4 |
- object-detection
|
5 |
---
|
6 |
|
|
|
|
|
|
|
|
|
7 |
Using with pipeline
|
8 |
```py
|
9 |
from PIL import Image
|
@@ -13,7 +17,6 @@ image = Image.open(img_path)
|
|
13 |
result = detector(image, threshold=0.5)
|
14 |
```
|
15 |
|
16 |
-
|
17 |
This is the app introduction image cropper of the following paper:
|
18 |
```bibtex
|
19 |
@misc{wei2024guing,
|
|
|
4 |
- object-detection
|
5 |
---
|
6 |
|
7 |
+
This model is trained to crop screen area from app introduction images.
|
8 |
+
|
9 |
+
Code and dataset can be found at https://github.com/Jl-wei/guing
|
10 |
+
|
11 |
Using with pipeline
|
12 |
```py
|
13 |
from PIL import Image
|
|
|
17 |
result = detector(image, threshold=0.5)
|
18 |
```
|
19 |
|
|
|
20 |
This is the app introduction image cropper of the following paper:
|
21 |
```bibtex
|
22 |
@misc{wei2024guing,
|