FabianRamirez

  • May 26, 2023
  • Joined Apr 28, 2023
  • 0 best answers
  • Hi FabianRamirez , I looked into it, if you build the android app with mlkit enabled and unzip the app, you can find the tflite model weights in there (see below). For conversion and decoding might not be that trivial though. I was checking for mlkit_barcode_models, it's mobilenet, but it doesn't have NMS, so you'd need to implement it on the host (likely). I might look into this in the upcoming days. THoughts?