Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

low fps #27

Closed
spacewalk01 opened this issue Nov 4, 2022 · 1 comment
Closed

low fps #27

spacewalk01 opened this issue Nov 4, 2022 · 1 comment

Comments

@spacewalk01
Copy link

spacewalk01 commented Nov 4, 2022

Thank you for providing the source code. I deployed M-LSD_320_tiny_fp16.tflite model on i7 Windows pc with 12 CPUs using Tensorflow Lite C api but the inference speed is only 4fps. The paper claims tiny model obtains real-time performance between 30.7fps ~ 56.8fps on iPhone (A14 Bionic chipset) and Android phone (Snapdragon 865 chipset). I thought it will perform better on i7 intel cpu. Could you explain how it perform poorly on pc? Did you use additional optimization when you deploy it on smartphone?

@spacewalk01
Copy link
Author

solved the problem by converting tflite model into onnx and run it on onnxruntime Cxx which obtains similar results to ones mentioned on the paper. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant