terryky / tflite_gles_app

GPU accelerated deep learning inference applications for RaspberryPi / JetsonNano / Linux PC using TensorflowLite GPUDelegate / TensorRT
MIT License
488 stars 130 forks source link

do you have model source code? #28

Open jk78346 opened 2 years ago

jk78346 commented 2 years ago

Thank you for providing this wonderful repo. I'm curious about how do you generate those models for each application? Is there any source code available? I would like to try around different models. For example, how do you generate all the .tflite models?

terryky commented 2 years ago

I didn't generate any tflite models. In each directory of tflite, there is a README.md which describes where I downloaded the tflite file.

for example, https://github.com/terryky/tflite_gles_app/blob/master/gl2age_gender/model/README.md https://github.com/terryky/tflite_gles_app/blob/master/gl2blazeface/blazeface_model/README.md