robmarkcole / tensorflow-lite-rest-server

Expose tensorflow-lite models via a rest API using FastAPI
Apache License 2.0
76 stars 21 forks source link

Flask slightly faster than fastAPI #32

Closed robmarkcole closed 4 years ago

robmarkcole commented 4 years ago

Having made the effort to update to fastAPI on the promise of more speed, it appears that is not the case.

image
robmarkcole commented 4 years ago

Reran from cold Pi and fastapi is slightly faster. However why is flask reporting fewer detections? Must be an error in flask

robmarkcole commented 4 years ago

non issue