Results 301 comments of Dmitry

Yeah, I don't know. I tried to use the new model but I can't make it work (I probably fucked up somewhere and I have no idea where). If you...

I have already tried all of the CTC decoder implementations that I could find and none of them helped.

@coomdev Ohh, so it had to be rotated and mirrored just like in the previous version. I see. Yeah, this was not obvious to me at all even after reading...

@coomdev I don't get it. If I draw foreground image stretched to 300px then it won't be aligned with the background image anymore. Do you mean that I need to...

Nevermind I figured it out. This https://github.com/K1rakishou/4chanCaptchaSolver/blob/0240aefe9a60fd4b86644a28389168f3b5252bbd/app/src/main/java/com/github/k1rakishou/chan4captchasolver/Helpers.kt#L133 canvas was using an incorrect width (300 instead of width of the smallest of the images). That's why there were garbage pixels drawn...

Alright, hopefully this is the last set of bugfixes. Thanks for your help.

Seems like something very device specific. Probably won't be able to fix it without actually debugging the app on this particular device. It seems like edge-to-edge doesn't work on the...

There are two nasty crashes that cannot be fixed right now which happen in Jetpack Compose. I'm waiting for google to fix them.

I mean there was no public release yet that's why there are no links pointing to releases page.

It's not production ready yet, there are bugs left to fix!