object-detection-android
object-detection-android copied to clipboard
📱 Custom Object Detection with TensorFlow Lite (not Real-Time)
Hi, ``` Bitmap bitmap = camera2Fragment.textureView.getBitmap(); // draw on bitmap Canvas canvas = new Canvas(bitmap); MultiBoxTracker multiBoxTracker = new MultiBoxTracker(context); multiBoxTracker.trackResults(recognitions, 0, null); multiBoxTracker.draw(canvas); ``` Im wanna draw bitmap and...
I got this error trying to building the app. Note I am not familiar with android studio and gradle. ``` This project uses AndroidX dependencies, but the 'android.useAndroidX' property is...
Hi, i have just done to make tfjs objection whose tutorial on https://cloud.annotations.ai/workshops/object-detection/8.html but i got trouble to convert tflite, need help.
when i build app in android studio and make snap in app it crashed and exit from app . my model is objectdetection type and test it in web
Please help as i am new to this . 2020-05-26 13:24:56.935 11203-11203/android.example.com.tflitecamerademo E/AndroidRuntime: FATAL EXCEPTION: main Process: android.example.com.tflitecamerademo, PID: 11203 java.lang.IllegalArgumentException: Cannot copy between a TensorFlowLite tensor with shape [1,...