Wei Ouyang

Results 197 comments of Wei Ouyang

Oh, I misunderstand the issue here, I think the issue is that if we provide a yaml file with 0.3.2 version with an invalid license, the validator will pass. However,...

Hope this can be fixed.

+1 I found also this problem, @hharnisc could you please merge this PR?

Great! Welcome back! BTW, for demonstration purpose in python, which volumetric example data do you usually use? I used random volume but doesn't look nice.

OK, thanks! Just tried, it seems colab has some issue when trying to send large object to the frontend. Will need to wait for the zarr support. BTW, it seems...

Since we already supported ImJoy api, the viewer works directly in Colab, I updated the colab notebook: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1XV8-xOH9gwlbmtAiwfhbEpf6CSpgtY1S) However, the official version doesn't support compressed encoding (i.e. zstd...

BTW, while the colab support works for most cases for visualizing images with the itk-vtk-viewer, we encountered issue when we try to pass callbacks from [Kaibu](https://kaibu.org). It appears that the...

I would like to do as fast as possible, ideally without throttling, would that crash the viewer? Otherwise 10 might be already good enough for most cases.

> The units are in milliseconds; 10 would be 100 frames / second, which is already faster than a very smooth rendering rate, i.e. 60 fps. To avoid crashes, we...

> > Also does itk-vtk-viewer always rendering it immediately after calling set_image? > > Yes -- render is performed after new data is added, so we need to take care...