Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
FathomNet
/
vulnerable-marine-ecosystems
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kbarnard
commited on
Mar 15, 2024
Commit
79267d6
·
1 Parent(s):
a9a0edc
Remove class filter, drop conf threshold
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -7,8 +7,7 @@ model = YOLO(model_path)
7
8
9
PREDICT_KWARGS = {
10
-
"
classes
": 0,
11
-
"conf": 0.25,
12
}
13
14
7
8
9
PREDICT_KWARGS = {
10
+
"
conf
": 0
.15
,
11
}
12
13