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
1f2ec20d
Unverified
Commit
1f2ec20d
authored
Oct 27, 2021
by
srihari-humbarwadi
Browse files
`rescale_predictions=True`
parent
19ed6e59
Changes
1
Show 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 @
1f2ec20d
...
@@ -183,7 +183,7 @@ def panoptic_fpn_coco() -> cfg.ExperimentConfig:
...
@@ -183,7 +183,7 @@ def panoptic_fpn_coco() -> cfg.ExperimentConfig:
model
=
PanopticMaskRCNN
(
model
=
PanopticMaskRCNN
(
num_classes
=
91
,
input_size
=
[
1024
,
1024
,
3
],
num_classes
=
91
,
input_size
=
[
1024
,
1024
,
3
],
panoptic_segmentation_generator
=
PanopticSegmentationGenerator
(
panoptic_segmentation_generator
=
PanopticSegmentationGenerator
(
output_size
=
[
640
,
640
]),
output_size
=
[
640
,
640
]
,
rescale_predictions
=
True
),
stuff_classes_offset
=
90
,
stuff_classes_offset
=
90
,
segmentation_model
=
SEGMENTATION_MODEL
(
segmentation_model
=
SEGMENTATION_MODEL
(
num_classes
=
num_semantic_segmentation_classes
,
num_classes
=
num_semantic_segmentation_classes
,
...
...
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