Hiroshi Matoba

Results 34 comments of Hiroshi Matoba

This seems solved with version 0.10.9

Hello, try 0.10.9 like below `https://cdn.jsdelivr.net/npm/@mediapipe/[email protected]/wasm`

Also check out MediaPipe version number on your package.json

Grad it helped. GPU inference works fine on my side but I'm on macOS chrome. Maybe try clearing cache. I also see a mysterious error around delegate option and it...

Wow! Thank you for your detailed explanation. I will try clang-format and automator. if we rely on manual review, probably we will keep seeing indent errors for future. But I...

oh! I see, good point! Btw, how do the other big C++ projects manage this issue? Maintainers do it manually?

This libs work nice with VS2017 debug mode. But it should follow oF's standard folder structure like below. - ofxFaceTracker2 - libs - dlib - lib - vs - x64...

I can compile without problem on Windows VS 2017. Your error message seems that vs can not find glm in /lib. This could because download script fail if you do...

True, how can we detect oF root? Like, ``` if there are oF folders like apps, addons, libs, scripts, etc then oF root ``` or ``` if there is special...

This is related to Poco. Try following script in your oF. ```bash cd openframeworks/scripts/apothecary/apothecary ./apothecary -t linux64 update poco // or ./apothecary -t linux update poco ``` See details here...