Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ShinSeungJ
/
detect_kpts
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ShinSeungJ
commited on
20 days ago
Commit
98ccaaa
·
verified
·
1 Parent(s):
5e8426d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -26,7 +26,7 @@ def detect_keypoints(image):
26
conf=0.05,
27
iou=0.7,
28
max_det=1,
29
-
imgsz=
544
,
30
device='cpu',
31
verbose=False
32
)
26
conf=0.05,
27
iou=0.7,
28
max_det=1,
29
+
imgsz=
1440
,
30
device='cpu',
31
verbose=False
32
)