Open moqoru opened 1 year ago
I am facing the same issue. Have you found a solution?
Hi @moqoru and @Moritz-Dilg
I have the same problem and I just wanted to ask you if you could manage to solve it. Thanks a lot.
Hi @Garreta11,
as far as I can remember, this is an issue with conflicting TensorFlow versions, but I could be wrong.
After realizing this, I went ahead and discarded TM and built everything with MediaPipe. See this Website for more info. After I got the poses from MediaPipe, I used the knn Classifier from tensorflow. This solution ended up working great for me. If you have any more questions on how exactly I did this, I'll be happy to help.
Hope this helps ;)
Hi! I'm making some project with this fancy library, but now I'm stuck with React translations.
I made some pose examples with Teachable Machine Website, and I exported them with the specific URL. And I tried to make some React .jsx file from the original HTML file.
But after I npm-installed both @tensorflow/tfjs and @teachablemachine/pose libraries and started the webpage, they didn't work properly.
Here's my terminal errors in VSCode and React (using Win 10), and here's my web errors in Chrome Console, when I clicked the button.
Can you solve this problem?