New Decoding Model #607
jvde-github
announced in
Announcements
Replies: 2 comments 4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
I've added a new decoding model to AIS-catcher.
On my mini PC it uses about 45% less CPU than the current model and decodes 5–7% more
messages, though this likely depends on the circumstances — I expect the biggest uplift in busy areas. TBC.
If you run the latest, in managed mode you can activate it under Input: unfold Engines and select
AIS Engine v2 Base (experimental):
You can also run both models at the same time and compare them in the Plots tab —
pick one as Source and the other under Compare with:
From the command line it's
-m 11, or run the current and the new model in parallelwith
-m 2 -m 11.It's marked experimental for now, but the intention is to make it the default once it has
some more mileage — so feedback on how it behaves on your station is much appreciated.
All reactions