Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RAVEN2YOLO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephane Chavin
RAVEN2YOLO
Commits
ae69a8db
Commit
ae69a8db
authored
7 months ago
by
Stephane Chavin
Browse files
Options
Downloads
Patches
Plain Diff
correction vmin
parent
390249f7
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
yolov5/detect.py
+1
-1
1 addition, 1 deletion
yolov5/detect.py
with
1 addition
and
1 deletion
yolov5/detect.py
+
1
−
1
View file @
ae69a8db
...
@@ -280,7 +280,7 @@ def parse_opt():
...
@@ -280,7 +280,7 @@ def parse_opt():
help
=
"
Colormap used for the spectrograms
"
,
type
=
str
)
help
=
"
Colormap used for the spectrograms
"
,
type
=
str
)
parser
.
add_argument
(
'
--window
'
,
default
=
1024
,
help
=
"
Window size for each spectrogram for detection
"
,
type
=
int
)
parser
.
add_argument
(
'
--window
'
,
default
=
1024
,
help
=
"
Window size for each spectrogram for detection
"
,
type
=
int
)
parser
.
add_argument
(
'
--hop
'
,
default
=
0.5
,
help
=
"
Hop lenght for each spectrogram for detection
"
,
type
=
float
)
parser
.
add_argument
(
'
--hop
'
,
default
=
0.5
,
help
=
"
Hop lenght for each spectrogram for detection
"
,
type
=
float
)
parser
.
add_argument
(
'
--
v
min
'
,
type
=
str
,
help
=
'
If
vmin ==
True, then the spectrogram minimum color
'
parser
.
add_argument
(
'
--min
imum
'
,
type
=
str
,
help
=
'
If True, then the spectrogram minimum color
'
'
will be stft.mean(). If False stft.min()
'
,
default
=
True
)
'
will be stft.mean(). If False stft.min()
'
,
default
=
True
)
parser
.
add_argument
(
'
--hide-conf
'
,
default
=
False
,
action
=
'
store_true
'
,
help
=
'
hide confidences
'
)
parser
.
add_argument
(
'
--hide-conf
'
,
default
=
False
,
action
=
'
store_true
'
,
help
=
'
hide confidences
'
)
parser
.
add_argument
(
'
--half
'
,
action
=
'
store_true
'
,
help
=
'
use FP16 half-precision inference
'
)
parser
.
add_argument
(
'
--half
'
,
action
=
'
store_true
'
,
help
=
'
use FP16 half-precision inference
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment