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
Holistic should not block the main thread
It does block the main thread.
I set up a branch that isn't completely working yet:
Should pass image bitmap to fromPixels in the following way: https://github.com/tensorflow/tfjs/pull/5752/files#diff-298f5d426c793812872676c441b9a3be2977afa1d204acbdee32b1ee105f3b50R329
fromPixels
The text was updated successfully, but these errors were encountered:
AmitMY
Successfully merging a pull request may close this issue.
Expected Behavior
Holistic should not block the main thread
Actual Behavior
It does block the main thread.
Ways to fix:
I set up a branch that isn't completely working yet:
Should pass image bitmap to
fromPixels
in the following way:https://github.com/tensorflow/tfjs/pull/5752/files#diff-298f5d426c793812872676c441b9a3be2977afa1d204acbdee32b1ee105f3b50R329
The text was updated successfully, but these errors were encountered: