Hi,
I am trying to quatize a new custum model using the tlrt_delegate.py i have changed from https://github.com/TexasInstruments/edgeai-tidl-tools/blob/master/README.md#python-examples.
I didn get any error when running python3.6 tflrt_delegate.py -c.
But when i am runnig the python3.6 tflrt_delegate.py the output array returned by infer_image is full of 0.
When running the same scripts with the models zoo, i get valid results, and an output image is being creayted.
I have the following questions:
1. how do i use greysacle images? i see the you have the following line:
2. Do you support png files?
Can you see other erros from the logs?
Thanks
Oren
logs are attached.