Prianka Liz Kariat

Results 18 comments of Prianka Liz Kariat

@khanhlvg @schmidt-sebastian I have raised a PR for text searcher and one basic Obj C test

@khanhlvg @schmidt-sebastian raised a PR for adding Swift tests.

> The problem with adding cpp functions into `TFLCommonUtils.m` is that this will become an` ObjC++ .mm` file. Any files that use `TFLCommonUtils `will also have to become ObjC++ files...

> Acked the issue with turning the TFLCommonUtils into ObjC++ if we add the C++ code there. What about creating a new class TFLCommonCppUtils that extends TFLCommonUtils? > > We...

> Acked the issue with turning the TFLCommonUtils into ObjC++ if we add the C++ code there. What about creating a new class TFLCommonCppUtils that extends TFLCommonUtils? > > We...

Sorry, my bad I meant the confidence masks. I linked to the wrong function. Thanks. I will use this logic for C and iOS tests.

@khanhlvg @lu-wang-g @schmidt-sebastian Raised a PR for fixing the duplicate symbols error between MLImage and Vision Task Library

> hi @kuaashish, the build issues fixed as I can see. Now I can get a successful build. But I have a following issue. > > this is the podfile...

We build the OpenCV iOS xcframework from source while building the iOS MediaPipe frameworks using Bazel. Please check the Bazel installation instructions [here](https://bazel.build/install/os-x). This is incorporated into the pipeline that...