This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: using edgeai-tidl-tools to train custum model

Part Number: TDA4VM

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:

imgs.append(Image.open(image_files[i]).convert('RGB').resize((new_width, new_height), PIL.Image.LANCZOS))

2. Do you support png files?

Can you see other erros from the logs?

Thanks

Oren 

logs are attached. 

models_out_build.txt