microl44 / Julet

Website visualizing data from my watched movies, brought forward by the jul.
3 stars 1 forks source link

Debug winner indication of the Jul #91

Closed microl44 closed 1 month ago

microl44 commented 3 months ago

Current Jul has a winner indicator, but sometimes the results are too close to properly see without zooming in. This is not very user friendly, and could be solved by creating a proper indicator that an entry has won.

Currently it's not as simple as it would seem (total rotation modilus 360 and calculate it from the starting position.) because of AI generating unknown unknowns.

Proper behaviour of rotation model should allow for reliably determine the winner (either by changing current function or by implementing an ugly hacked-together get_winner function).