Stanislav Zemlyakov

Results 23 comments of Stanislav Zemlyakov

@thomasnield I think I'm able to do that

This is a `Kotlin` implementation with use of `OpenCV.DNN` module + `EAST` detection model: https://github.com/rcd27/opencv-EAST-kotlin

Yes, the model format is `.pb`, I'll try to go through the steps you suggested.

@zaleslaw all EAST models with `.pb` format I found in the internet were missing `tag` value (checked with `saved_model_cli` tool). That makes `tensorflow-onnx` to throw error (missing tag) while trying...

This is interesting task, I would like to take it. What do we need as result? Keep all `arrow` classes? What's the goal?

> > > This should be transparent given it also supports proguard rules, but keep in mind Proguard is not a thing anymore, it's R8. True, but does R8 has...

I've used standard https://android.googlesource.com/platform/sdk/+/master/files/proguard-android-optimize.txt to check how is it working. Build was successful, however app is broken (activity launches, but nothing happens). Writing here just to log progress. WIP

> Check that you have the latest for direct and transitive dependencies! It is `10.2` in the project, if you are about `arrow-kt`

Well, there are no `R8/Proguard` rules yet as soon as issue is still open.

> what do you mean? Which version of ktlint plugin supports context receivers? ![image](https://user-images.githubusercontent.com/20042955/203790848-b42d4c0b-8c31-42f5-89cd-f7d3150b2094.png) He means when we use context receivers, `ktlint-gradle` fails with parsing files.