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

Feasibility for Python version #2

Closed AlexTraan closed 4 years ago

AlexTraan commented 4 years ago

Hi Terryky san,

Thank you for your value repository.

I'd like to ask you about the feasibility of convert from current C/C++ version to Python version? Is it difficult?

Thank you for your expertise

terryky commented 4 years ago

Hi AlexTraan san,

Technically, I think it is possible to rewrite the current code in python. Whether it is difficult or not depends on your technical skills.

AlexTraan commented 4 years ago

Hi Terryky san,

I got it.

Thank you for your feedback.