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
BUG REPORT
the videohash function is_similar returns True even when the videos are different.
NOTES:
One thing I noticed is that the is_similar function seems to be not correctly implemented. Basically this function sometimes returns True even though videos are completely different. I expect the is_similar function to return True for videos that at least shares some common characteristics as video length for example.
How are two videos supposed to be the equal if their length is not even similar? I would add a check prior than generating the hash value.
So, the videohash code should also take video length in consideration when comparing two videos for similarities
The text was updated successfully, but these errors were encountered:
BUG REPORT
the videohash function is_similar returns True even when the videos are different.
NOTES:
One thing I noticed is that the is_similar function seems to be not correctly implemented. Basically this function sometimes returns True even though videos are completely different. I expect the is_similar function to return True for videos that at least shares some common characteristics as video length for example.
How are two videos supposed to be the equal if their length is not even similar? I would add a check prior than generating the hash value.
So, the videohash code should also take video length in consideration when comparing two videos for similarities
The text was updated successfully, but these errors were encountered: