Hello,
I've trained an ML model in Google Vision on image sets I provided (11 different species of fish). It is is fairly accurate at recognizing fish species in tests on new images.
However, the team I'm collaborating with would like to have these same fish species identified in videos of fish rather than still images. They have supplied me with recorded videos (terabytes worth) and a URL for live video. Either live or recorded or both is fine to work with.
My question is this - Is it possible to apply my existing still image model to video?
How would I do that? I'm just learning the Google Vision API and not sure how to proceed.
Any advice is helpful thanks!
Tom