Skip to content

Commit

Permalink
deprecate old dm model output
Browse files Browse the repository at this point in the history
  • Loading branch information
ZwX1616 committed Jul 25, 2019
1 parent 6c6ab96 commit a71c4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -1672,8 +1672,8 @@ struct OrbKeyFrame {

struct DriverMonitoring {
frameId @0 :UInt32;
descriptor @1 :List(Float32);
std @2 :Float32;
descriptorDEPRECATED @1 :List(Float32);
stdDEPRECATED @2 :Float32;
faceOrientation @3 :List(Float32);
facePosition @4 :List(Float32);
faceProb @5 :Float32;
Expand Down

0 comments on commit a71c4fa

Please sign in to comment.