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
7cffacfe
Unverified
Commit
7cffacfe
authored
Mar 25, 2022
by
srihari-humbarwadi
Browse files
fixed bug ins `thing_class_ids`
parent
e54c17f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
...ta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
+2
-2
No files found.
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_deeplab.py
View file @
7cffacfe
...
@@ -225,8 +225,8 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
...
@@ -225,8 +225,8 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
post_processor
=
PanopticDeeplabPostProcessor
(
post_processor
=
PanopticDeeplabPostProcessor
(
output_size
=
input_size
[:
2
],
output_size
=
input_size
[:
2
],
center_score_threshold
=
0.1
,
center_score_threshold
=
0.1
,
thing_class_ids
=
[
i
for
i
in
range
(
num_thing_categories
)],
thing_class_ids
=
[
i
for
i
in
range
(
1
,
num_thing_categories
)],
label_divisor
=
256
*
256
*
256
,
label_divisor
=
256
,
stuff_area_limit
=
4096
,
stuff_area_limit
=
4096
,
ignore_label
=
ignore_label
,
ignore_label
=
ignore_label
,
nms_kernel
=
41
,
nms_kernel
=
41
,
...
...
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