Rasmus Jones

Results 35 comments of Rasmus Jones

I rebuild everything ``` HIDEME@DTU-1234567 /cygdrive/c/Users/HIDEME/Documents/PhD/Courses/BayesianDataAnalysis/cmdstan $ make build g++ -DBOOST_RESULT_OF_USE_TR1 -DBOOST_NO_DECLTYPE -DBOOST_DISABLE_ASSERTS -I src -I stan_2.9.0/src -isystem stan_2.9.0/lib/stan_math_2.9.0/ -isystem stan_2.9.0/ lib/stan_math_2.9.0/lib/eigen_3.2.4 -isystem stan_2.9.0/lib/stan_math_2.9.0/lib/ boost_1.58.0 -Wall -pipe -DEIGEN_NO_DEBUG -m64 -Wno-unused-function...

Not sure, what you mean, but if you follow this link: https://codesandbox.io/s/followingfacesvelte-3grho Then just above where you can see the files (the file explorer), next where it says "Files", there...

Cool, thanks for your answer. I made the app work locally by using svelte with webpack instead of rollup. For anyone bumping into this issue, my workaround: I started developing...

Hi, I am not sure if I can help, this all was some time ago. When I build the facemesh algorithm in python and the `landmarks` -> `metric_landmarks` stuff, I...

Hi, the [`face_geometry`](https://github.com/Rassibassi/mediapipeFacegeometryPython/blob/main/face_geometry.py) module is within the same folder. So nothing else to install, other than `numpy`, `opencv-python`, `mediapipe` and `pillow`. It's strange that the import `from webcamsource import WebcamSource`...

So, I added a [README](https://github.com/Rassibassi/mediapipeFacegeometryPython) with install instructions for all the necessary packages, including an [`environment.yml`](https://github.com/Rassibassi/mediapipeFacegeometryPython/blob/main/environment.yml), with all required version numbers. I'm using anaconda, so hope that's not a problem....

Not sure what the units are, but the unit of the [Canonical Face Model from mediapipe](https://google.github.io/mediapipe/solutions/face_mesh#canonical-face-model) is in cm. The vectors describe a translation/rotation from the Canonical Face Model to...

That's great! Thanks for pointing it out. The reason for not using it here is quite simple, back when I developed the demos of this repo, this functionality was not...

Try to also set `isStopped` to `true`. Had the same issue, but that solved it. ```jsx ```