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
npm run test
make test run fails with some typescript errors, but using the cycle-robot-drivers/run package in javascript works.
make test run
cycle-robot-drivers/run
I suspect the problem is originating from 3rdpart/cycle-posenet-driver pkg.
cycle-posenet-driver
Related issues:
The text was updated successfully, but these errors were encountered:
It turns out some dependent pkgs of @tensorflow-models/posenet were not using a consistent typescript version, e.g.,
@tensorflow-models/posenet
https://github.com/tensorflow/tfjs-core/blob/v1.0.4/package.json#L45 but https://github.com/tensorflow/tfjs-models/blob/master/posenet/package.json#L32 and also https://github.com/TypeStrong/tsify/blob/master/examples/babelify/package.json
I'll wait for tensorflow/typescript updates.
Sorry, something went wrong.
No branches or pull requests
make test run
fails with some typescript errors, but using thecycle-robot-drivers/run
package in javascript works.I suspect the problem is originating from 3rdpart/
cycle-posenet-driver
pkg.Related issues:
The text was updated successfully, but these errors were encountered: