Andreas Refsgaard
Andreas Refsgaard
Might be related to this issue: [https://github.com/nickgillian/ofxGrt/issues/16](https://github.com/nickgillian/ofxGrt/issues/16) ?
@nickgillian can I ask why git submode init and update is needed? Would it not be easier to provide everything working out of the box for people without git experience?...
Hi Rachel Assuming you have [git](https://medium.freecodecamp.org/what-is-git-and-how-to-use-it-c341b049ae61) you need to clone the ofxGrt repo into the addons folder of where you placed openFrameworks on your harddrive, and then in terminal (assuming...
Nicks advice does the trick: git submodule init git submodule update
I have the same question as @Gigibulid
I have the same issue...
Anybody got this working? I need to run PoseNet offline for an upcoming installation, so very interested in case someone figured this out :-)
Thanks @stephanschulz ! I followed the steps and seem to have downloaded the models + run them via npm, but it returns a 404: `GET http://localhost:5000/ml5.min.js net::ERR_ABORTED 404 (Not Found)...
Wow, thank you so much @stephanschulz ! I got it working thanks to your guidance and example 🥳. Really appreciate all your help.
I get the same error as prismspecs (Mac OSX 10.11, Processing 3.0.2).