In order to maintain an "animated" look, it would be best to change the image every frame, and the same image should likely not display more than once every 3 frames (exact number could be artist specified)
figure out a way to filter results returned to exclude images displayed over the previous 'n' frames?
or maybe just get a range of the "top" prediction results? (i.e.: the 1st through 5th best matches instead of just the first one.)
is it possible to filter labels during the "predict" command? Or maybe during training model to data setting?
Filtering for this issue might be related to issue #12.
In order to maintain an "animated" look, it would be best to change the image every frame, and the same image should likely not display more than once every 3 frames (exact number could be artist specified)
Filtering for this issue might be related to issue #12.