Is FreightFrenzy_BCDM.tflite available. #190
Answered
by
cmacfarl
cherukurir
asked this question in
Q&A
-
I am looking for tflite file for the freight frenzy. When are they going to be available? |
Beta Was this translation helpful? Give feedback.
Answered by
cmacfarl
Oct 5, 2021
Replies: 1 comment 1 reply
-
They are served off of maven now and built into the APK when you deploy the robot controller. If you still want the file for some reason, you may pull the jar that contains it directly off of maven central, unzip the jar, and extract the file, but that's not specifically required to use the model with the existing build setup. The assets jar is located here: https://repo1.maven.org/maven2/org/firstinspires/ftc/gameAssets-FreightFrenzy/1.0.0/ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cherukurir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They are served off of maven now and built into the APK when you deploy the robot controller.
If you still want the file for some reason, you may pull the jar that contains it directly off of maven central, unzip the jar, and extract the file, but that's not specifically required to use the model with the existing build setup.
The assets jar is located here: https://repo1.maven.org/maven2/org/firstinspires/ftc/gameAssets-FreightFrenzy/1.0.0/