googlecreativelab / teachablemachine-community

Example code snippets and machine learning code for Teachable Machine
https://g.co/teachablemachine
Apache License 2.0
1.51k stars 678 forks source link

Using the trained model for object detection #152

Open maxbauer opened 3 years ago

maxbauer commented 3 years ago

Hi,

I trained a model with teachable machine image and used it for image classification wich works pretty nice. Is it possible to use this model for object detection and getting the bounding boxes for my trained classes?

Thanks in advance!

BenseidSeid commented 3 years ago

Any solution yet?

dewball345 commented 3 years ago

This would be a nice feature to add

dojomats commented 3 years ago

so is this not possible? I managed to get tensor flow lite working on my raspberry pi from google's example code and would like to make my own custom trained model.