Jl-wei commited on
Commit
5135a29
·
verified ·
1 Parent(s): d3f4491

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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,