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
This project originated from an interest in computer vision. In the game Lost Ark, fishing is possible, where one must pay attention to a yellow exclamation mark above the fishing rod.
When this appears, a fish is on the hook. The initial approach involved recording some samples and training a model on this data. Unfortunately, this did not work well. The second approach involved isolating the exclamation mark and then generating various samples with it. This approach worked much better. There are some exceptions where the detection does not work, but this case occurs very rarely.
The model achieves an accuracy of >99%.