psi icon indicating copy to clipboard operation
psi copied to clipboard

Platform for Situated Intelligence

Results 72 psi issues
Sort by recently updated
recently updated
newest added

I noticed three broken links on the "Building the Codebase" page. 1. The text "Microsoft Speech Platform SDK v11.0." points to a broken link: http://go.microsoft.com/fwlink/?LinkID=223570 2. The text "Microsoft Speech...

Hello, until now we were using the ToColorSpace method from the IDepthDeviceCalibrationInfo to get the different 2D pixel points of a body. For further investigations of what a person does...

During the repair operation of a PsiStore, if the hard drive run out of space, the whole PsiStudio crashes. It will be nice if there is some indication of error...

I'm trying to concatenate two PsiStores that were first split in half using PsiStoreTools's crop functionality. When I ran the concatenation, the application didn't work. The first error: ``` System.ArgumentException...

(this issue was created based on issue #120) The `CartesianChartVisualizationObject` from `Microsoft.Psi.LiveCharts.Visualization` leverages [LiveCharts](https://lvcharts.net/) to visualize chart data. The initial implementation of this visualization object we have provided does not...

help wanted

I just found out that the AzureKinect team released a new version of their body tracking API (v1.1). They mention in their [changelog](https://docs.microsoft.com/en-us/azure/kinect-dk/body-sdk-download) that they won't be releasing a NuGet...

Are you aware of anyone that has tried to develop \psi components for the Misty II robot from Misty Robotics? Their SDK is all in C#, and I'm hoping this...

I have a program that reads a PsiStore and does calculation on it. The program is pretty slow and end up taking way longer (~180 seconds) than the actual PsiStore...

Hi, thanks for this work. I saw in some videos you show results with a NAO robot. I would like to inquire where should I start if I want to...

Hi, I'm using the SystemSpeechRecognizer to extract speech from an audio file. Therefore I'm using the following code: ```csharp using var pipeline = Pipeline.Create(); var store = PsiStore.Create(pipeline, "Audio", @"C:\temp\Stores");...