Skip to content

Commit

Permalink
eddie today
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfulHermes committed Nov 27, 2023
1 parent 67d94da commit 8598ee7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ public void runOpMode() {

//private static String TFOD_MODEL_ASSET = "model_20231106_171216.tflite";
//private static String TFOD_MODEL_ASSET = "model_20231116_151933.tflite";
private static String TFOD_MODEL_ASSET = "model_20231121_104059.tflite";
//private static String TFOD_MODEL_ASSET = "model_20231121_104059.tflite";
private static String TFOD_MODEL_ASSET = "model_20231127_143238.tflite";
private static final String[] LABELS = {
"prop",
};
Expand Down Expand Up @@ -133,7 +134,7 @@ private void initTfod() {

// Set the camera (webcam vs. built-in RC phone camera).
if (USE_WEBCAM) {
builder.setCamera(hardwareMap.get(WebcamName.class, "Webcam 1"));
builder.setCamera(hardwareMap.get(WebcamName.class, "Center"));
} else {
builder.setCamera(BuiltinCameraDirection.BACK);
}
Expand Down

0 comments on commit 8598ee7

Please sign in to comment.