You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very good if you could specify custom similar_percentage when creating a class or when calling is_similar function.
Like this (when creating a class): videohash = VideoHash(similar_percentage=10)
Or this (when calling is_similar function): videohash1.is_similar(videohash2, similar_percentage=10)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It would be very good if you could specify custom similar_percentage when creating a class or when calling is_similar function.
Like this (when creating a class):
videohash = VideoHash(similar_percentage=10)
Or this (when calling is_similar function):
videohash1.is_similar(videohash2, similar_percentage=10)
Beta Was this translation helpful? Give feedback.
All reactions