googlecreativelab / teachablemachine-community

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

Boundrybox and prediction on video[FEATURE REQUEST]: Title #317

Open bpabla1234 opened 1 year ago

bpabla1234 commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I want to have the prediction not on the print but on the boundary box Describe the solution you'd like A clear and concise description of what you want to happen. i want boundry box with prediction name Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. currently i tried to draw rectangle but it is giving me error Additional context Add any other context or screenshots about the feature request here.

Please note that we cannot guarantee we will work on your feature request at this time. Your input is still very useful in helping us know what to prioritize. Thank you!

sryu1 commented 1 year ago

Sorry, could you elaborate?

bpabla1234 commented 1 year ago

Yes it is detecting the object and printing. I want a rectangle drawn on the object detected with label .

So that while camera 🤳 is looking you find your trained object detected live in screen

sryu1 commented 1 year ago

I think that'll be hard as when training with teachable machine, it uses the full image as the input instead of an image with labels.

bpabla1234 commented 1 year ago

I agree with you I tried doing this. We can then just draw rectangle on detected object is this possible or write or print the label on image

kylejramstad commented 1 year ago

The teachable machine uses Tensorflow image classification. What you are looking for is object detection and involves a lot of image/video annotations.