mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-04 03:11:40 +00:00
Add support for object detection on Rubik Pi 3 (#2005)
This commit is contained in:
@@ -20,7 +20,7 @@ export interface ObjectDetectionModelProperties {
|
||||
labels: string[];
|
||||
resolutionWidth: number;
|
||||
resolutionHeight: number;
|
||||
family: "RKNN";
|
||||
family: "RKNN" | "RUBIK";
|
||||
version: "YOLOV5" | "YOLOV8" | "YOLOV11";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user