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
I'm trying to use teachablemachine/pose with Node.js, I managed to make it work when loading the files from using tmPose.load, unfortunately, I need to load the files locally and I run into a problem, it seems that loadFromFiles only works in the browser, since it needs to use the FileReader API, is that case? is there any known way to make this work with node.js?
Thanks!
The text was updated successfully, but these errors were encountered:
andredtr
changed the title
Do loadFromFiles work's in Node.js
Can loadFromFiles work in Node.js?
Dec 8, 2020
I'm trying to use teachablemachine/pose with Node.js, I managed to make it work when loading the files from using tmPose.load, unfortunately, I need to load the files locally and I run into a problem, it seems that loadFromFiles only works in the browser, since it needs to use the FileReader API, is that case? is there any known way to make this work with node.js?
Thanks!
The text was updated successfully, but these errors were encountered: