This website works better with JavaScript.
Home
Explore
Help
Sign In
cccccccc
/
stretch_ros
mirror of
https://github.com/hello-robot/stretch_ros.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
roll in bugfix from master for deep models printout
feature/pluggable_end_effector
Aaron Edsinger
2 years ago
parent
615ced0791
commit
844a293be9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
stretch_deep_perception/nodes/deep_models_shared_python3.py
+ 1
- 1
stretch_deep_perception/nodes/deep_models_shared_python3.py
View File
@ -1,7 +1,7 @@
#!/usr/bin/env python3
def
print_model_info
(
model
,
text_name
)
:
return
layer_names
=
model
.
getLayerNames
(
)
print
(
'
{0}.getLayerNames() =
'
.
format
(
text_name
)
,
layer_names
)
output_layer_indices
=
model
.
getUnconnectedOutLayers
(
)
Write
Preview
Loading…
Cancel
Save