FIRST-Tech-Challenge / FtcRobotController

BSD 3-Clause Clear License
796 stars 4.59k forks source link

Tensorflow lite #688

Closed flemmii closed 1 year ago

flemmii commented 1 year ago

Hi, I use tensorflow lite for my camera detction but after the 8.2.0 update it doesn't work anymore because there is a native library missing which has the function nativeDoNothing for example. It looks like the ftc sdk refuses to add these libraries is there a way I can add them anyway to my build process? Regards flemmi

texasdiaz commented 1 year ago

In 8.2.0 and subsequently in 9.0 we updated the TensorFlow dependencies in order to support newer models. When you say you "use TensorFlow Lite for camera detection" are you using the FTC SDK functions, or are you using additional libraries? When you create your models, are you using the FTC Machine Learning Toolchain or are you creating them using an external tool?

flemmii commented 1 year ago

I am using google teachable machine and https://github.com/OutoftheBoxFTC/EasyTensorflowAPI to use it.

texasdiaz commented 1 year ago

I'm sorry, we do not provide support for those platforms or tools. You need to file an issue with the EasyTensorflowAPI project, we cannot help you with that.