PaddlePaddle / FastDeploy

⚡️An Easy-to-use and Fast Deep Learning Model Deployment Toolkit for ☁️Cloud 📱Mobile and 📹Edge. Including Image, Video, Text and Audio 20+ main stream scenarios and 150+ SOTA models with end-to-end optimization, multi-platform and multi-framework support.
https://www.paddlepaddle.org.cn/fastdeploy
Apache License 2.0
3.01k stars 465 forks source link

which runtime framework is the best for raspberry pi 4 ? #2097

Open saeedkhanehgir opened 1 year ago

saeedkhanehgir commented 1 year ago

Hi

Thanks a bunch for sharing this project ?

I have a general question. I want to know which framework is the best to run deep learning models on raspberry pi in python? onnxruntime, tensorflow lite or othee framework ? I want to use a framework that has a set of features such as int8 quantization .

best regards

jiangjiajun commented 1 year ago

lite

saeedkhanehgir commented 1 year ago

@jiangjiajun

thanks a bunch.

Excuse me , I have another question. for using tensorflow lite on raspberry pi in python, which OS is the best and is more efficient ? 32bit or 64bit ? ubuntu based or raspbian based ?