Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksanford committed Nov 7, 2024
1 parent 4e91ac1 commit 0aad403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/viam/app/data/v1/data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ message BoundingBox {

// Classification represents a confidence score with a label.
message Classification {
string label = 2;
string label = 1;
// confidence is an optional range from 0 - 1
optional double confidence = 3;
optional double confidence = 2;
}

// Annotations are data annotations used for machine learning.
Expand Down

0 comments on commit 0aad403

Please sign in to comment.