danbohus

Results 11 comments of danbohus

Unfortunately, yes, the latest changes we have made to support multi-track annotations have led to a break in back-compatibility. One solution might be to use the old version to export...

So the sketch of the solution to migrate the annotations would look like this: __Step 1__. Write a \psi application (using the old version of psi) that reads the annotation...

To better understand the problem, could you provide a bit more details regarding: 1. what the values are for the creation and originating times of the messages on the streams,...

Unfortunately this feature is indeed not documented yet. We will work on adding a wiki page under "More Advanced Topics" on this matter. The next release, which should come out...

We have not released that demonstrator as a sample, as it relies on some psi components (specifically for the translation service) that we have not released yet. Unfortunately, we do...

Thanks for flagging this! Agreed, the `OnnxModel` and `OnnxModelConfiguration` classes should be updated to allow for configuring lists of input/output names, and to enable the shapeDictionary parameter. The change seems...

The data structures in Microsoft.Psi.Calibration are intended to support future work we plan to do in this space. Currently, they simply allow for representing camera intrinsics and extrinsics, and there...

To make sure we're on the same page, before we dive deeper into implications and design constraints for this feature, can you first clarify which one of the following 3...

Thanks @austinbhale. This helps, but I'm still not exactly on the same page I think. Here are some follow-up clarification questions and observations: __Re 1. Record__ _"It'd be unnecessary extra...

I think I have an idea of what might be going on. I suspect the images are getting queued __inside__ the `Join` component. In order to perform synchronization, join __internally...