Row 2210

Row ID: 2210 | Dataset Entry | Axioma AXP Content Repository

Content Data

This page contains data entry 2210 from the Axioma AXP content repository. The structured data below represents the complete record for this entry.

we are trying to use the yolov8 framework to run object detection. However, it wasn't detecting anything. I am unsure what to look for in the log. I doubt the code will be much help as I am forced to use a 3rd party library that manages the tensorflow side of things. This is what we have:

import org.firstinspires.ftc.robotcore.external.tfod.Recognition; import org.firstinspires.ftc.vision.VisionPortal; import org.firstinspires.ftc.vision.tfod.TfodProcessor; tfod = new TfodProcessor.Builder() // Use setModelAssetName() if the TF Model is built in as an asset. // Use setModelFileName() if you have downloaded a custom team model to the Robot Controller. .setModelAssetName(TFOD_MODEL_ASSET) //.setModelFileName(TFOD_MODEL_FILE) .setModelLabels(LABELS) .setIsModelTensorFlow2(false) .setIsModelQuantized(false) .setModelInputSize(640) .setModelAspectRatio(16.0 / 9.0) .build();

error log:

[https://github.com/samus114/roboterror/blob/main/robotControllerLog%20(3).txt](https://github.com/samus114/roboterror/blob/main/robotControllerLog%20(3).txt)

FieldValue
text we are trying to use the yolov8 framework to run object detection. However, it wasn't detecting anything. I am unsure what to look for in the log. I doubt the code will be much help as I am forced to use a 3rd party library that manages the tensorflow side of things. This is what we have: import org.firstinspires.ftc.robotcore.external.tfod.Recognition; import org.firstinspires.ftc.vision.VisionPortal; import org.firstinspires.ftc.vision.tfod.TfodProcessor; tfod = new TfodP…
label r/tensorflow
dataType post
communityName r/tensorflow
datetime 2023-07-18
username_encoded Z0FBQUFBQm5LakwwaTRFb3RucHhUeFAxdm9DaVpGek55NGFhN19FYjh4c040aV9nTGtBNzFFMEtPazRFVWxBU0t6SEg3ZUVWbERfWkViZC1LS3prYzhtbXdLNzVNR2toaUE9PQ==
url_encoded Z0FBQUFBQm5Lak9Fc3J6RjBCcTVtSE9wMHlXOVlYeDJpUkNGMWhXbkFmdDFUZGpJNDM1Nk5IQ0xwVE8zYWxiLThHc0Q2ck1oZ2FnLWRrVFFqVWljYVlwZVlVLUFJOWVlREVydWRRaHZwZngwUnFuWXJMSnpqNzNpajhGcVNvR0V0ZFA1aURPaW14QUhhUHpKMVVXZ2EyXzlFMzdUUTBSWkY0QkhDVGM1c2Y4TFdRM0E3S2FXZlY2RDR6VHUzTlJvNmp2VXlhYWQxUFp4

Raw Record

{
  "text": "we are trying to use the yolov8 framework to run object detection. However, it wasn't detecting anything. I am unsure what to look for in the log. I doubt the code will be much help as I am forced to use a 3rd party library that manages the tensorflow side of things. This is what we have:\n\n    import org.firstinspires.ftc.robotcore.external.tfod.Recognition;\n    import org.firstinspires.ftc.vision.VisionPortal;\n    import org.firstinspires.ftc.vision.tfod.TfodProcessor;\n    \n    tfod = new TfodProcessor.Builder()\n    \n                // Use setModelAssetName() if the TF Model is built in as an asset.\n                // Use setModelFileName() if you have downloaded a custom team model to the Robot Controller.\n                .setModelAssetName(TFOD_MODEL_ASSET)\n                //.setModelFileName(TFOD_MODEL_FILE)\n    \n                .setModelLabels(LABELS)\n                .setIsModelTensorFlow2(false)\n                .setIsModelQuantized(false)\n                .setModelInputSize(640)\n                .setModelAspectRatio(16.0 / 9.0)\n    \n                .build();\n\nerror log:\n\n [https://github.com/samus114/roboterror/blob/main/robotControllerLog%20(3).txt](https://github.com/samus114/roboterror/blob/main/robotControllerLog%20(3).txt)",
  "label": "r/tensorflow",
  "dataType": "post",
  "communityName": "r/tensorflow",
  "datetime": "2023-07-18",
  "username_encoded": "Z0FBQUFBQm5LakwwaTRFb3RucHhUeFAxdm9DaVpGek55NGFhN19FYjh4c040aV9nTGtBNzFFMEtPazRFVWxBU0t6SEg3ZUVWbERfWkViZC1LS3prYzhtbXdLNzVNR2toaUE9PQ==",
  "url_encoded": "Z0FBQUFBQm5Lak9Fc3J6RjBCcTVtSE9wMHlXOVlYeDJpUkNGMWhXbkFmdDFUZGpJNDM1Nk5IQ0xwVE8zYWxiLThHc0Q2ck1oZ2FnLWRrVFFqVWljYVlwZVlVLUFJOWVlREVydWRRaHZwZngwUnFuWXJMSnpqNzNpajhGcVNvR0V0ZFA1aURPaW14QUhhUHpKMVVXZ2EyXzlFMzdUUTBSWkY0QkhDVGM1c2Y4TFdRM0E3S2FXZlY2RDR6VHUzTlJvNmp2VXlhYWQxUFp4"
}

Entry Information