Hrvoje Matić

Results 11 comments of Hrvoje Matić

I managed to get it working with 18.08 image. `sudo docker pull nvcr.io/nvidia/digits:18.08` and then `nvidia-docker run --name digits -d -p 80:5000 \ -v /home/$USER/data/myFolder/training/images:/training-images \ -v /home/$USER/data/myFolder/training/labels:/training-labels \ -v...

I discovered what is the reason, and cannot find a way to resolve it. If the last version of your NuGet package is older than the latest Microsoft C++ runtime,...

[Here](https://drive.google.com/file/d/1MWniv_hCi-EXiQFflnt3PGJ7cdwJRGRd/view?usp=sharing) you are. Thanks.

I fixed it based on @ashutosh2014 suggestion. Here is my code: ``` doWhenWindowReady(() { final win = appWindow; const initialSize = Size(1280, 720); win.minSize = initialSize; win.size = initialSize; win.alignment...

Can you please provide an example, how to get object, which is can be sent to convertFromD3D11Texture2D function, as I'm not sure if I understand the code correctly. What I...

Wow. Great that you spotted that. I didn't dig into that code at all. Can you please answer if the code below (paired with code in my previous comment) would...

Is there any timeline for solving this?