sentis-samples
sentis-samples copied to clipboard
Inference Engine samples internal development repository. Contains example and template projects for Sentis package use.
Hi, saw the interesting example of lip syncing with Sentis, using huBERT. Can this example be added to this repo?
The current DepthEstimation example is written for 1.3.0-pre and won't compile on 1.4.0+. Please update it and the other examples. Thank you.
I was wondering if Unity plans on releasing samples showing how to do Object Detection and Image Segmentation using a normal camera or even a webcam? I know this has...
Hello, I am very happy to finally wait for the demo of UnitySentis. This surprised me. I am a speech recognition algorithm engineer. We often encounter such problems, the inference...
Hello everyone, I am using unity sentis to work with yolov 5 to solove some industry problems with object detection and image classfication. Last year,i am using barracuda,but the image...
Hi, I've seen a great sample at Unite. Could you add an example of Generative AI for smart NPCs with voice recognition? Thanks, Stefan
I tried to implement object detection but I am coming across an error saying "KeyNotFoundException: The given key 'nms' was not present in the dictionary." Here is my current code:...
The layers per frame is a bit off, need to round up. Probably not a big issue and maybe this is the desired behavioiur. e.g. 197/4 = 49 197 =...
I tried running the official BlazeDetectionSample [Pose](https://github.com/Unity-Technologies/sentis-samples/tree/main/BlazeDetectionSample/Pose). It worked fine in the editor and WebGL build for an image. I modified it to work with WebCam Feed which worked in...
Hi there, I see that the BlazePose example just focuses on the keypoints for pose estimation but is missing one of the key components of the pipeline - the segmentation...