Milind Deore

Results 4 comments of Milind Deore

Once your tflite model is ready, C++ inference implementation for both Android and iOS should work. Check my [repo](https://github.com/milinddeore/mediapipe-face-detector-cpp)

C++ implementation for mobile should go for both Android and iOS. Check my [repo](https://github.com/milinddeore/mediapipe-face-detector-cpp)

In file `Native_Camera.cpp` change the resolution as per the phone example something like below: ``` Display_Dimension foundRes(1280, 720); ```

I fixed it, the cset is here: https://github.com/milinddeore/OpenCV-NDK/commit/8668c851a44f63ed946f94946e78e26b224d946c Can you please verify the change-set and let me know your comments? Thanks again!