dmonitoringmodeld: clean up data structures (#36624)

* update onnx

* get meta

* start

* cast

* deprecate notready

* more

* line too long

* 2
This commit is contained in:
ZwX1616
2025-11-14 14:29:04 -08:00
committed by GitHub
parent a1795f80dd
commit b778da1d7c
7 changed files with 59 additions and 87 deletions
+2 -1
View File
@@ -2166,7 +2166,8 @@ struct DriverStateV2 {
leftBlinkProb @7 :Float32;
rightBlinkProb @8 :Float32;
sunglassesProb @9 :Float32;
notReadyProb @12 :List(Float32);
phoneProb @13 :Float32;
notReadyProbDEPRECATED @12 :List(Float32);
occludedProbDEPRECATED @10 :Float32;
readyProbDEPRECATED @11 :List(Float32);
}