rudrjain

Results 2 comments of rudrjain

Hi @newnon @homuler for this solution, Its really helpful. Now I want to get the weight of each of the 52 BS, can you please help me out by letting...

> @rudrjain , I hope it helps: > > ``` > private void OnFaceClassificationsFromBlendShapesOutput(object stream, OutputEventArgs eventArgs) > { > Debug.Log($"Blendshapes count {eventArgs.value?.Classification?.Count}"); > if (eventArgs.value?.Classification != null) > {...