David Hirvonen

Results 80 comments of David Hirvonen

> I want to create a 3D mesh on the face as you see in the posit/aan models but not sure how to go about that. I would recommend Patrik...

Hmmm. I haven't tried facefilter on Ubuntu, but it would be nice to support that. I have run it on OS X platforms (primarily for debugging). @ruslo has looked at...

It sounds like you are on the right path. For reference, the initial check is here: https://github.com/elucideye/drishti/blob/b6360c37a22ea1efe0581ce8832ee9e3d06a9b75/src/app/qt/facefilter/VideoFilterRunnable.cpp#L215-L219 Which is implemented here: https://github.com/elucideye/drishti/blob/b6360c37a22ea1efe0581ce8832ee9e3d06a9b75/src/app/qt/facefilter/VideoFilterRunnable.cpp#L243-L254 Another succinct format description: https://stackoverflow.com/a/42240862 > YV12 8...

FYI: PR for YUV12 here https://github.com/hunter-packages/ogles_gpgpu/pull/30 (The code was more or less added in the above comment so it was easy to implement: https://github.com/elucideye/drishti/issues/615#issuecomment-348631002). After this we can: - [x]...

Thanks for reporting it. I'll update the version.

> Is there any problem with it? This was a note for an issue I ran into, and isn't very high priority. The main issue is that it leads to...

I recall the core issue. If you are running something like `make facefilter-launch` which is managed by the hunter `adb`, and you want to observe the logs while the program...