-
Is it possible to export the audio model to tflite and include a snippet explaining the usage in python?
-
This would let folks use models they create with Teachable Machine.
-
Hello !
I really liked your project and wanted to test it. I made the Tensorflow tutorial + your youtube video. Everything was working perfectly until I ran the "main.py" program - the arrow keeps …
-
For the mobile net feature extractor and for using the knn classifier are there any input image requirements? i.e can provide any aspect ratio and resolution image to the mobile net and the knn clas…
-
- Trying to run in an Android Physical Device.
- The code is very similar if not identical to one of the example apps.
This line fails:
`interpreter = await Interpreter.fromAsset(modelPath);`
…
-
Hi. Running into an issue while building an image with PODMAN. I know it's not a first tier platform, but it looks like there's maybe a bad image resolving early on and there doesn't seem to be a wa…
-
Configure a Limelight to detect whether there is a cone, cube, or no object in the collection zone. May involve acquiring a Coral. This data will be used for automatic gamepiece acquisition. Potent…
-
- A git-like, minimalistic version control system.
- If the term isn't deemed too hyped up (and as such distract from the actual substance), the chapter could also touch upon the connection to and pa…
-
I would have thought that a Queued Message Handler (with a case structure selected by the Message ID) would be a lot more familiar to people. You, instead require Callback VIs for each message. A v…
-
Is there a way that I can export/import the training data?
After I trained the class with many images, I want to export(download) the training data and I want to reuse it.