We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Code to reproduce the issue:
const background = new GaussianBlurBackgroundProcessor({ assetsPath: "/twilio", maskBlurRadius: 15, blurFilterRadius: 35, pipeline: Pipeline.Canvas2D, debounce: true, }); await background.loadModel();
Expected behavior:
await background.loadModel() should take at most 1-2 seconds.
await background.loadModel()
Actual behavior:
await background.loadModel() takes upwards of 8 seconds to complete.
Software versions:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Code to reproduce the issue:
Expected behavior:
await background.loadModel()
should take at most 1-2 seconds.Actual behavior:
await background.loadModel()
takes upwards of 8 seconds to complete.Software versions:
The text was updated successfully, but these errors were encountered: