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
86fe1753
Commit
86fe1753
authored
Jul 02, 2020
by
syiming
Browse files
rm unused print
parent
a836069a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
research/object_detection/meta_architectures/faster_rcnn_meta_arch_test.py
...etection/meta_architectures/faster_rcnn_meta_arch_test.py
+0
-1
No files found.
research/object_detection/meta_architectures/faster_rcnn_meta_arch_test.py
View file @
86fe1753
...
@@ -486,7 +486,6 @@ class FasterRCNNMetaArchTest(
...
@@ -486,7 +486,6 @@ class FasterRCNNMetaArchTest(
'rpn_features_to_crop'
:
'rpn_features_to_crop'
:
[
rpn_features_to_crop
]
[
rpn_features_to_crop
]
},
true_image_shapes
)
},
true_image_shapes
)
print
(
"here"
)
self
.
assertIn
(
'detection_features'
,
detections
)
self
.
assertIn
(
'detection_features'
,
detections
)
return
(
detections
[
'detection_boxes'
],
detections
[
'detection_scores'
],
return
(
detections
[
'detection_boxes'
],
detections
[
'detection_scores'
],
detections
[
'detection_classes'
],
detections
[
'num_detections'
],
detections
[
'detection_classes'
],
detections
[
'num_detections'
],
...
...
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