Skip to content

Commit

Permalink
Added category distribution message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukanani committed May 10, 2017
1 parent 5de06af commit 2a1682f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions msg/CategoryDistribution.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# IDs of elements detected with any nonzero probability.
# Does not have to include all possible object
# ids, the scores for any ids not listed are assumed to be 0.
int64[] ids

# The probabilities or confidence values of the detected elements. Must be
# sorted to correspond with the ids field, above
# 0-1, should sum to 1 or less, must be the same length as ids
float64[] scores

0 comments on commit 2a1682f

Please sign in to comment.