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:
- Confirm correct TFLite to TensorFlow.js conversion.
- Validate model architecture and input shape.
- Check preprocessing and postprocessing methods.
Thanks.