Skip to content

Instantly share code, notes, and snippets.

@truongsinh
Last active September 19, 2019 00:41
Show Gist options
  • Save truongsinh/b949cfedb80985d440ccadeada06ee75 to your computer and use it in GitHub Desktop.
Save truongsinh/b949cfedb80985d440ccadeada06ee75 to your computer and use it in GitHub Desktop.
Index Name Expected type Description
0 Locations List<List<Float32>> Multidimensional array of [10][4] floating point values between 0 and 1, the inner arrays representing bounding boxes in the form [top, left, bottom, right]
1 Classes List<Float32> Array of 10 integers (output as floating point values) each indicating the index of a class label from the labels file
2 Scores List<Float32> Array of 10 floating point values between 0 and 1 representing probability that a class was detected
3 Number and detections Float32 Array of length 1 containing a floating point value expressing the total number of detection results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment