tucan9389 / awesome-ml-demos-with-ios

The challenge projects for Inferencing machine learning models on iOS
MIT License
1.21k stars 138 forks source link

Whether other types of model can be moved to the android using TF Lite #25

Open dydxdt opened 5 years ago

dydxdt commented 5 years ago

I am working on the TF Lite model on Android, and I have got into trouble for a while. I wonder this problem: except some classification, detection, pose estimation and other official models, other models may have problems moving to the android, due to the API problems, etc.? Do appreciate it. (input: 2 images (left and right camera) ; output: one disparity map ) I find it hard to move the model to the android, and errors occurs at 'Interpreter' class.