Blake192 / FtcRobotController

Code for First Tech Challenge's Powerplay game of the 2022-2023 Season
BSD 3-Clause Clear License
1 stars 0 forks source link

Wrong TF format #1

Closed Blake192 closed 1 year ago

Blake192 commented 1 year ago

Googles teachable machine does not use Tensorflow Object Detection (TFOD) and thus it is not supported in the default FTC code (it uses TensorFlow Image Classification).

Blake192 commented 1 year ago

Fixed by using APRIL tags instead of tensor flow (time constraints and java not mixing well with TensorFlow.