Maxim Marinchenko
Maxim Marinchenko
@Doprez Thanks for your comment!👍 > Since we are using .NET I dont thing it would be hard to integrate JS within a web application (assuming its already done by...
@ykafia Your PoC is something I'll definitely look at when I have more free time. Thanks! > 5\. WebGL is a no-no since it lacks a lot of graphics features...
This issue reminds me of #8527. The MSB4120 warning was added then (#8581). And later its priority was lowered (#9228).
I tried to overcome this by implementing a subclass of `ObjectDetectorOptionsBase` which has its own nested `protected internal abstract class Builder` with required methods. Result looks odd... I had to...
@AlerzDev Hi! I have 2 issues here: - missing methods in some `Builder` classes (original one) - generating a separate public ACW for a nested managed class which inherits a...
@moljac Hi! I guess you answered the wrong person :) Anyway thanks for the explanation. I spent some time playing with build process lately (PR #437). I'll try to write...
@tomkulaga Sorry, I'm busy with another project right now. @moljac is busy too, I guess.
Xamarin.Android v11.2 (VS v16.9.*) has issues related to Kotlin metadata (ex. see https://github.com/xamarin/java.interop/issues/826). But I haven't tried VS v16.10 yet.
For those who may hit this issue and can't wait for Google MLKit fix in Xamarin. ONNX can be used for ML tasks on mobile platforms as an alternative. Blog...