You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2019. It is now read-only.
Make sure tf.fromPixels() gets called after the DOM is ready (#1064)
BUG Since a newer version of Chrome, you have to create the canvas element when the DOM is ready in order to get a 2d rendering context. This PR postpones the creation of a fromPixelsCanvas element until the user calls fromPixels(). This makes the webcam-transfer-learning example work.
Fixestensorflow/tfjs#313
0 commit comments