Tim-Oliver Buchholz
Tim-Oliver Buchholz
Hi @rkushol, Thank you for reporting this issue. It looks like some underlying API has changed over the last months. Could you try to use `pytorch-lightning==1.2.6`?
Hi @rkushol I finally got around to look at it. I fixed a couple things that were broken and now it is running on my system again. If you find...
> It looks indeed like there's a lot of overlap with microfilm. The primary reason for making microfilm was the possibility of making multi-channel images à la Fiji, and I...
Hi @guiwitz, The idea behind that function is to plot raw data at 300dpi. With the use-case that someone acquired an image with 2048x2048 pixels and wants to make a...
Makes sense. I think `devbio-napari-gpl` would then be helpful. Installing two things (`devbio-napari` and `devbio-napari-gpl`) is still better than installing everything individually :) Thanks for the work! Best, Tim-Oliver
I encounter this issue as well. Behind the proxy I can´t start the workflow. After switching to a network without a proxy it works. OS: Ubuntu
Did you verify that you image is not empty? A quick google search reveals how to save images as jpg e.g.: ``` from PIL import Image im = Image.fromarray(arr) im.save("your_file.jpeg")...
Hi @yashkhurana24, The advantage of Noise2Void is that you don't have to generate pairs of low- and high-quality images to train a model. However, if you go through the process...
Hello @sbliven I only use IMOD 4.10.x because of the new `mtffilter` command. Essentially you can use the IMOD version which you use for tomogram reconstruction. This would also mean...