POWERPLAY tensorflow lite models

Hello,

I’m a programmer for FTC, and i’ve been training my own .tflite models for the powerplay cones. Are there existing models and/or datasets for the cones?

Thanks,
Ronan

I’m afraid you need to be more specific.

The model that is built into the 8.0 SDK (use the sample code for Tensorflow models) called POWERPLAY.tflite can recognize the images on the default signal stickers.

However, there is no model that recognizes the cones as an object built and released by FTC. if you’d like to train a model to recognize a cone, that’s fairly simple with the ftc-ml tool. That sounds like a great exercise to learn about machine learning!

-Danny