zhangmeng
2019-12-06 85e9070b14b617cdf38a1407daf26005eeaadb83
sdk.proto
@@ -169,3 +169,20 @@
    // repeated PlateIDCloud result = 1;
    repeated PlateIDVehicle result = 1;
}
message HumanTrack {
    int32 left = 1;
   int32 right = 2;
   int32 top = 3;
   int32 bottom = 4;
   float confidence = 5;
   int32 x = 6;
   int32 y = 7;
   int32 id = 8;
   repeated float feature = 9;
}
message HumanTrackResult {
    repeated HumanTrack result = 1;
    int32 count = 2;
}