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
a9c5469d
Commit
a9c5469d
authored
Sep 07, 2021
by
TF Object Detection Team
Browse files
Merge pull request #10223 from airman00:patch-2
PiperOrigin-RevId: 395336069
parents
18d62791
843111ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
research/object_detection/colab_tutorials/centernet_on_device.ipynb
...bject_detection/colab_tutorials/centernet_on_device.ipynb
+5
-5
No files found.
research/object_detection/colab_tutorials/centernet_on_device.ipynb
View file @
a9c5469d
...
@@ -244,10 +244,10 @@
...
@@ -244,10 +244,10 @@
"\r\n",
"\r\n",
" interpreter.invoke()\r\n",
" interpreter.invoke()\r\n",
"\r\n",
"\r\n",
"
box
es = interpreter.get_tensor(output_details[0]['index'])\r\n",
"
scor
es = interpreter.get_tensor(output_details[0]['index'])\r\n",
"
class
es = interpreter.get_tensor(output_details[1]['index'])\r\n",
"
box
es = interpreter.get_tensor(output_details[1]['index'])\r\n",
"
score
s = interpreter.get_tensor(output_details[2]['index'])\r\n",
"
num_detection
s = interpreter.get_tensor(output_details[2]['index'])\r\n",
"
num_detection
s = interpreter.get_tensor(output_details[3]['index'])\r\n",
"
classe
s = interpreter.get_tensor(output_details[3]['index'])\r\n",
"\r\n",
"\r\n",
" if include_keypoint:\r\n",
" if include_keypoint:\r\n",
" kpts = interpreter.get_tensor(output_details[4]['index'])\r\n",
" kpts = interpreter.get_tensor(output_details[4]['index'])\r\n",
...
...
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