Last active
September 19, 2019 00:41
-
-
Save truongsinh/b949cfedb80985d440ccadeada06ee75 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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