xAlpharax / YOLO-Flutter

You Only Look Once (YOLO) application in Flutter, built as part of my entry at EUCYS 2023, representing Romania in Brussels.
GNU Affero General Public License v3.0
9 stars 1 forks source link

Speech rate of TTS isn't always asynchronous on faster devices. #1

Closed xAlpharax closed 11 months ago

xAlpharax commented 11 months ago

May be fixed via some method of iterating over the list of detected tags.

xAlpharax commented 11 months ago

Update: Simply utilizing more threads per inference is a good enough hotfix to slow this. Consider using the demo in https://github.com/xAlpharax/flutter_vision if speed is much more important in your inference.

Might reopen this issue when i find a better fix.