Seeed-Studio / sscma-example-esp32

Example of SenseCraft Model Assistant Model deployment related to ESP32
22 stars 12 forks source link

Differences between deploying on esp32-s3 using tflite and using tvm #18

Closed shupinghu closed 6 months ago

shupinghu commented 7 months ago

I noticed that the offcial documents in "https://docs.espressif.com/projects/esp-dl/zh_CN/latest/esp32/tutorials/deploying-models-through-tvm.html" recommended that we should use tvm to automatically quantify the model and deploy it on esp32, but ssama project use tflite. In the meanwhile, the offcial face detection model (50ms) is faster than the model in ssama project (180ms), since the input size and structure of offcial model is not provided, I wonder whether the speed difference is caused by the different deploy method or not? Have you ever try to deploy the models using tvm? Why not we use tvm?

Thank you very much for your contribution and your answer!

Pillar1989 commented 6 months ago

At the beginning of our project, esp officials did not provide more details on the use of tvm, and it seems that they do not now, we are very willing to integrate the tvm model.