Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
7303c9f3
Unverified
Commit
7303c9f3
authored
Oct 19, 2021
by
srihari-humbarwadi
Browse files
set `score_threshold=0.5`
parent
234011f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_maskrcnn.py
...a/projects/panoptic_maskrcnn/configs/panoptic_maskrcnn.py
+1
-1
No files found.
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_maskrcnn.py
View file @
7303c9f3
...
...
@@ -78,7 +78,7 @@ class PanopticSegmentationGenerator(hyperparams.Config):
output_size
:
List
[
int
]
=
dataclasses
.
field
(
default_factory
=
list
)
mask_binarize_threshold
:
float
=
0.5
score_threshold
:
float
=
0.
0
5
score_threshold
:
float
=
0.5
things_class_label
:
int
=
1
void_class_label
:
int
=
0
void_instance_id
:
int
=
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment