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
e4244a46
Commit
e4244a46
authored
Jun 29, 2020
by
syiming
Browse files
modify doc string for Feature extractor:
drop word "implementation"
parent
248dbe7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
research/object_detection/models/faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py
...dels/faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py
+3
-3
No files found.
research/object_detection/models/faster_rcnn_resnet_v1_fpn_keras_feature_extractor.py
View file @
e4244a46
...
...
@@ -225,7 +225,7 @@ class FasterRCNNResnetV1FpnKerasFeatureExtractor(
class
FasterRCNNResnet50FpnKerasFeatureExtractor
(
FasterRCNNResnetV1FpnKerasFeatureExtractor
):
"""Faster RCNN with Resnet50 FPN feature extractor
implementation
."""
"""Faster RCNN with Resnet50 FPN feature extractor."""
def
__init__
(
self
,
is_training
,
...
...
@@ -272,7 +272,7 @@ class FasterRCNNResnet50FpnKerasFeatureExtractor(
class
FasterRCNNResnet101FpnKerasFeatureExtractor
(
FasterRCNNResnetV1FpnKerasFeatureExtractor
):
"""Faster RCNN with Resnet101 FPN feature extractor
implementation
."""
"""Faster RCNN with Resnet101 FPN feature extractor."""
def
__init__
(
self
,
is_training
,
first_stage_features_stride
=
16
,
...
...
@@ -318,7 +318,7 @@ class FasterRCNNResnet101FpnKerasFeatureExtractor(
class
FasterRCNNResnet152FpnKerasFeatureExtractor
(
FasterRCNNResnetV1FpnKerasFeatureExtractor
):
"""Faster RCNN with Resnet152 FPN feature extractor
implementation
."""
"""Faster RCNN with Resnet152 FPN feature extractor."""
def
__init__
(
self
,
is_training
,
...
...
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