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
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
fromPixelsin the following way:https://github.com/tensorflow/tfjs/pull/5752/files#diff-298f5d426c793812872676c441b9a3be2977afa1d204acbdee32b1ee105f3b50R329