sentis-samples icon indicating copy to clipboard operation
sentis-samples copied to clipboard

Inference Engine samples internal development repository. Contains example and template projects for Sentis package use.

Results 14 sentis-samples issues
Sort by recently updated
recently updated
newest added

Using Inference Engine 2.3.0 in Unity 6000.2. I am receiving a warning only the very first time I upload new Tensor data to a Tensor: ```cs TextureConverter.ToTensor( input, inputImageTensor, new...

Hi, I’m porting the YOLO3D (YOLOv5 + Regression model) inference from [yolo3d-lightning/inference.py](https://github.com/ruhyadi/yolo3d-lightning/blob/main/inference.py) to Unity using Sentis. The Python code relies on utility functions from Python: src.utils.Math: - calc_location - compute_orientation...

I get a null reference deep in the bowels of the code sporadically when I try to use this in a stress test. Error is below. I tested with both...

The Pose documentation indicates it recognized 22 keypoints. There are actually 33 and it seems to recognize about 28, so not sure where that number came from.