Template with pre-built ML model to detect TV objects
Hey folks!
According to this doc, "Multi-Object Detection" should come with a model that allows detecting TV objects.
I downloaded the template, but the only model there is the one to detect berries.
I'm wondering if I'm missing anything or do I have to create my own model to detect TV screens.
0
Answers
-
You are on the right track. You need to do a little more stuff like
you will need to download this notebook and upload in google colab and train your model
https://github.com/Snapchat/snapml-templates/blob/main/Multi-Object Detection/Multi-Object Detection.ipynb
And only changes you might need to do is in data set.0