Replies: 1 comment 1 reply
-
no easy solution at the moment i'm affraid. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Vlad, how do I get/use the typed version of tf in human? the detect method errors as below:
Argument of type 'Tensor' is not assignable to parameter of type 'Input'.
Type 'import("@tensorflow/tfjs-core/dist/tensor").Tensor<import("@tensorflow/tfjs-core/dist/types").Rank>' is not assignable to type 'import("{my project path}/node_modules/@vladmandic/human/types/human").Tensor<import("{my project path}/node_modules/@vladmandic/human/types/human").Rank>'.
Property 'isDisposedInternal' is protected but type 'Tensor' is not a class derived from 'Tensor'.ts(2345)
Beta Was this translation helpful? Give feedback.
All reactions