Christina Gsaxner

Results 13 comments of Christina Gsaxner

I ran into the same problem when trying to train the network with a newer PyTorch version (1.9.0). It looks like it is connected to this issue: https://github.com/pytorch/pytorch/issues/39141 According to...

Hi @ssheorey, thanks for getting back to me! I tried with an empty `runs` directory, and indeed, Tensorboard starts up without a problem or noticable delay. Then, already adding one...

Hi! I installed tensorboard in a separate, clean env, and strangely, the issue persists! It looks like tensorboard still somehow finds the Open3D tensorboard Plugin outside of my conda environment...

Hi @shoukailiang, the python client only displays the images if both RGB and depth frames are available. There is a known issue that the HoloLens stops supplying depth frames if...

Hi Eviatar, if you want to process the sensor data from the HoloLens offline, I would recommend you to use the [Stream Recorder App](https://github.com/microsoft/HoloLens2ForCV/tree/main/Samples/StreamRecorder) from the official [HoloLens2ForCV repo](https://github.com/microsoft/HoloLens2ForCV) from...

Hi Eviatar, oh, I see! In fact, my experience with the recorder was also mixed, but I only experienced crashes of the App when the local storage of the HoloLens...

hi @daijava666, I have not experienced this particular issue yet, but there are some scenarios which can lead to memory overflow because some pointers do not get released properly. I...

Hi, I'm also running into this issue since changing the render pipeline to URP. I don't know if it is directly connected to that, but suddenly I have these dark...

Hello @SWAGamaz, there could be a couple of reasons as to why the tool is not detected. Since your camera images are a bit different from mine, maybe the parameters...

Hello, you can do that using DirectX compute shaders. Essentially, you need to write an hlsl shader that carries out your computation, and on the C++ side, you need to...