psi
psi copied to clipboard
Platform for Situated Intelligence
Hello, with psi and the Azure Kinect DK we are recording videos with a Full HD Resolution and a framerate of 30fps.To get the best result for our task we...
```csharp public override async void Receive(Message message) { var bmp = message.Data.Resource.ToBitmap(false); bmp.Save("img.jpg", System.Drawing.Imaging.ImageFormat.Jpeg); // ...... removed for brevity } ``` When `var bmp = message.Data.Resource.ToBitmap(false);` I get this image...
I was unable to run DB_TD500_resnet50.onnx model (https://docs.opencv.org/4.x/d4/d43/tutorial_dnn_text_spotting.html) using `OnnxModel` as it was throwing following error - `Length of memory (1625088) must match product of dimensions (3)`. The only way...
I have a 2 hour length, 426 GB PsiStore. As part of my post study process, I wanted to remove a stream and save the store in another location for...
I'm been trying to see if remoting would help with a problem I'm facing. I found when the application with `RemoteImporter` fails and the application restarts, it automatically reconnects with...
Colleugues of mine from the university of Colorado, Boulder, where we work on a conversation moderator for a classroom setting [(iSAT)](https://www.colorado.edu/research/ai-institute/) are interested to know whether \psi can work also...
An operator or component that receive `Message` which contains out-of-order `OriginatingTime`, and `Post(T, message.OriginatingTime)` given a threshold for maximum delay. (If there isn't, I have to write one with `Window`...
A Frame operator or component for returning non-overlapped grouped messages? A similar operator is Window, but it gives overlapped messages.
Hello, I am trying the "WhatIsThat" sample and wondering how to make it run on GPU. My GPU is Nvidia RTX 3080 Ti and I have installed and configured CUDA...
Is there a working example of the RealSense psi component? I know that @kahlilfitz has an example, but that example creates a new component, and I'm hoping to use the...