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
b547ab67
Unverified
Commit
b547ab67
authored
Oct 11, 2021
by
srihari-humbarwadi
Browse files
segmentation head: `num_filters=128` and `num_convs=0`
parent
0762a9ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_maskrcnn.py
...a/projects/panoptic_maskrcnn/configs/panoptic_maskrcnn.py
+4
-0
No files found.
official/vision/beta/projects/panoptic_maskrcnn/configs/panoptic_maskrcnn.py
View file @
b547ab67
...
...
@@ -182,6 +182,8 @@ def panoptic_fpn_coco() -> cfg.ExperimentConfig:
num_classes
=
num_semantic_segmentation_classes
,
head
=
SEGMENTATION_HEAD
(
level
=
2
,
num_convs
=
0
,
num_filters
=
128
,
decoder_min_level
=
2
,
decoder_max_level
=
6
,
feature_fusion
=
'panoptic_fpn_fusion'
))),
...
...
@@ -199,6 +201,8 @@ def panoptic_fpn_coco() -> cfg.ExperimentConfig:
drop_remainder
=
False
),
annotation_file
=
os
.
path
.
join
(
_COCO_INPUT_PATH_BASE
,
'instances_val2017.json'
),
segmentation_evaluation
=
semantic_segmentation
.
Evaluation
(
report_per_class_iou
=
False
,
report_train_mean_iou
=
False
),
panoptic_quality_evaluator
=
PanopticQualityEvaluator
(
num_categories
=
num_panoptic_categories
,
ignored_label
=
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