Fix name fields

This commit is contained in:
2020-01-02 12:19:16 +01:00
parent accf718407
commit 792de2d168
3 changed files with 42 additions and 40 deletions

View File

@ -39,10 +39,11 @@ message ObjectsMessage {
FrameRef frame_ref = 2;
}
// BoundingBox that contains an object
message Object {
TypeObject type = 1;
int32 lLeft = 2;
int32 up = 3;
int32 left = 2;
int32 top = 3;
int32 right = 4;
int32 bottom = 5;
float confidence = 6;