Conversion of TFlite to tfjs model

I have converted the tflite model into tensorflowjs model that model.json and when i deployed it on web browser the model.json is not detecting anyu objects

Hi @Avinash_Landage ,

Could you please provide any error logs for analyse the issue if possible and also could you please check these steps:

  1. Confirm correct TFLite to TensorFlow.js conversion.
  2. Validate model architecture and input shape.
  3. Check preprocessing and postprocessing methods.

Thanks.