MLKit Object Detection Can’t detect and Can’t draw the bounding box?
so basically I’m learning on an app From the MLKit sample apps and others to detect an object with MLKit object detection and draw boundingBox with a custom, view. At first, I does work and I can detect the object and draw the boundingBox, but yet I forget to commit the project and just modified my code then it was can’t detect the object, I just wondering what’s going on
Here’s my 4 code that I potentially focus on the problem on