How to use custom object detection tflite model in java code #249
-
The team has created custom object detection model and copied the tflite file under TeamCode/assets. We see the file is loaded by asset manager but fails and rc app just dies when invoking tfod.loadModelFromAsset(TFOD_MODEL_ASSET, LABELS) Any help to detail out the steps to use the custom model in TFOD. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
What timing! I recommend checking out the ftc-ml user manual, section 6. It contains instructions on how to use custom object models. https://storage.googleapis.com/ftc-ml-firstinspires-prod/docs/ftc-ml_manual_2021.pdf |
Beta Was this translation helpful? Give feedback.
-
Ty for sharing ftc-ml tooling. The team was able to figure out why the load was not working. It was really issue with tflite model maker creating tensorflow 1 models. Btw, the buttons like upload video etc in ftc-ml shows disabled and greyed out. Is the ml tooling available to the teams? |
Beta Was this translation helpful? Give feedback.
-
We need desperate help with FTC ML tool. We had 167 minutes left of training time before our last training attempt. We started the training but after 25 minutes the training failed and now it say remaining training time as 0. Can someone please help with resetting the clock for team 12600. We have new team shipping element and trying to get the custom model created for the upcoming league championship on coming Saturday. Appreciate any help. Thank you |
Beta Was this translation helpful? Give feedback.
What timing! I recommend checking out the ftc-ml user manual, section 6. It contains instructions on how to use custom object models.
https://storage.googleapis.com/ftc-ml-firstinspires-prod/docs/ftc-ml_manual_2021.pdf