File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
research/object_detection/colab_tutorials Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 244
244
" \r\n " ,
245
245
" interpreter.invoke()\r\n " ,
246
246
" \r\n " ,
247
- " boxes = interpreter.get_tensor(output_details[0]['index'])\r\n " ,
248
- " classes = interpreter.get_tensor(output_details[1]['index'])\r\n " ,
249
- " scores = interpreter.get_tensor(output_details[2]['index'])\r\n " ,
250
- " num_detections = interpreter.get_tensor(output_details[3]['index'])\r\n " ,
247
+ " scores = interpreter.get_tensor(output_details[0]['index'])\r\n " ,
248
+ " boxes = interpreter.get_tensor(output_details[1]['index'])\r\n " ,
249
+ " num_detections = interpreter.get_tensor(output_details[2]['index'])\r\n " ,
250
+ " classes = interpreter.get_tensor(output_details[3]['index'])\r\n " ,
251
251
" \r\n " ,
252
252
" if include_keypoint:\r\n " ,
253
253
" kpts = interpreter.get_tensor(output_details[4]['index'])\r\n " ,
759
759
]
760
760
}
761
761
]
762
- }
762
+ }
You can’t perform that action at this time.
0 commit comments