Junrou Nishida

Results 197 comments of Junrou Nishida
trafficstars

No. As I mentioned in https://github.com/homuler/MediaPipeUnityPlugin/issues/544#issuecomment-1112074794, I don't have any devices where the issue can be reproduced. Unless someone who has those devices identifies the cause, I don't think this...

@siisee11 Thank you. With https://github.com/homuler/MediaPipeUnityPlugin/commit/9d7e390b6012b2f5ebed14de599d90821f4f7f62, `GetTextureName` is not called until it is needed. If you call `TextureFrame#GetTextureName` in `TextureFrame#SetPixels32` (after [`_texture.Apply()`](https://github.com/homuler/MediaPipeUnityPlugin/commit/9d7e390b6012b2f5ebed14de599d90821f4f7f62#diff-4f083b2110991907311270d677d28380f2e0cb37658ac5a2c0934808b82c73d9R193)), does that solve the issue? Unfortunately, I still have...

Please leave this issue open until it's fixed in the master branch. Of course, I'd like to fix it, but in order to merge the fix, we need a rational...

Currently, this plugin cannot handle 3D Face Mesh (to be precise, `Packet` class is not implemented). I'm going to implement a sample to run Face Effect solution this month.

I'm sorry that I've not started it yet. Many issues are created every week and I'm trying to solve them radically and make them not being created from the beginning....

> i cant find any error logs. If you're running in the sample project, please check Editor.log. If you prefer, you can validate the graph config using the official sample...

I haven't thought seriously about it yet, so I don't know (at least, JS API exists). If requested, I might try to support it in the future.

I guess some code can't be compiled, so first you would need to fix such compile-time errors. cf. https://github.com/homuler/MediaPipeUnityPlugin/blob/master/C/mediapipe_api/import_model.bzl#L56

I've been looking into this for a few days and have confirmed that FaceMesh works on CPU (but it's just hopelessly slow). I'm trying to modify it to use WebGL...

@k0hh2 It looks like you are looking at `iris_to_render_data_calculator.cc`, but it is actually implemented in [iris_to_depth_calculator.cc](https://github.com/google/mediapipe/blob/f4e7f6cc48e89a4702860a370c431e56568800d1/mediapipe/graphs/iris_tracking/calculators/iris_to_depth_calculator.cc). Currently, the sample app does not support the calculation of iris depths. To calculate...