Part Number: TDA4VM
Hi TI,
I use TI official open source project "github.com/.../caffe-0.17" for semantic segmentation model training. The following three models are used:
- jsegnet21v2
- mobilesegnet-1.0
- mobilesegnetv2-1.0
The above model uses scripts "https://github.com/mathmanu/caffe-jacinto-models/blob/caffe-0.17/scripts/train_mobilenet_segmentation.sh".
When TIDL toolkit is used for model transformation on PC, the three models are successfully transformed and the correct results can be output. The following are the commands executed and the output:
the left is the input image, the right is output result of the transformed model:

No problems were encountered in the above three model transformations and the output results of the model on PC. However, when the transformed model is run on TDA4 embedded device, there is a problem: only jsegnet21v2 model can get the correct prediction results, while mobilesegnet-1.0 and mobilesegnetv2-1.0 models can't output the prediction results normally. I looked at the model files of the three models and compared the supported Caffe model layer types in the documentation and found that all layers of the models were within the supported range.
-
The output of jsegnet21v2 model on TDA4 is normal

- The output of the mobilesegnet-1.0 model on TDA4 is abnormal

- The output of the mobilesegnetv2-1.0 model on TDA4 is abnormal

This problem has bothered me for a long time. I hope you can help me solve it. thanks.
Regards,
Damon