Skip to content
New issue

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

new issue when trying to run .estimateFaces() #6

Open
HadiAzhar opened this issue Oct 1, 2021 · 0 comments
Open

new issue when trying to run .estimateFaces() #6

HadiAzhar opened this issue Oct 1, 2021 · 0 comments

Comments

@HadiAzhar
Copy link

using this code and i appropriated it to component of a webpage. it returns error
Unhandled Rejection (TypeError): t is not a function

it seems the error originated from tf.esm core

rotateWithOffset_
C:/Users/""/Documents/GitHub/""/src/ops/image/rotate_with_offset.ts:58

rotateWithOffset__op [as rotateWithOffset]
C:/Users/""/Documents/GitHub/""/src/src/ops/operation.ts:50

  47 |     ENGINE.endScope(result);
  48 |     return result;
  49 | }
> 50 | catch (ex) {
     | ^  51 |     ENGINE.endScope(null);
  52 |     throw ex;
  53 | }

any news on this? or a way to fix the error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant