I decided to create a computer vision model that detect an object. It takes a real-time image from camera and show rectangles of detected objects. But I dunno how to visualize OpenCV imshow() function.
My model use Yolov8 and I tried to convert it to tflite, but Tensorflow has been updated, so for now it’s impossible. So one way to deploy model on mobile app is to send results on the screen. But I don’t know Kotlin and for me it’s too hard