Hello,
is there someone knowledgable in InferenceEngine here? I am trying to run the YOLO model to detect and classify objects. This technically already works. However, I am feeding the camera background of my device into the input tensor and basically everytime I run worker.ScheduleIterable(inputTensor); there seems to be a little hiccup.
I have already tried passing the camera's texture received by
Graphics.Blit(null, renderTexture, arCameraBackground.material);
to my input tensor using a compute shader as to not move the camera feed to the CPU once, no luck.
I've tried running the inference over multiple frames, no luck.
If anyone has an idea on what could fix that hiccup I would be very thankful 🙏🏻