Aaron Ponti

Results 7 issues of Aaron Ponti

Hi, shouldn't the input of the second Conv2D layer in conv2d_block() be the output of the first Conv2D layer instead of being `input_tensor` again? Thanks for the great [blog entry](https://towardsdatascience.com/understanding-semantic-segmentation-with-unet-6be4f42d4b47)...

Some recent ND2 files (NIS Elements version 5.2, maybe earlier; you can find an example here: https://drive.google.com/file/d/1nrLmO6KAfUVNf6Ie5YXupZZf5LQLgoBd/view?usp=sharing) fail opening in bio-formats (up to version 6.3.1) with the following exception: ```...

reader:NativeND2
bug

### spectrometer and system information ### - model: OceanFX (FlameX) - operating system: Windows 7 64bit - python version: Python 3.6.6 :: Anaconda custom (64-bit) - python-seabreeze version: 0.6.0 -...

pyseabreeze-enhancement

Hi! I have been using your great `@tree` class for a while and I recently committed a small fix and new commodity method. (Sorry that I put them in the...

Hi, in an old code base, we used `imsave()` from `imageio` version 2.15.0 to save 3-channel, 16-bit arrays to RGB JPEGs. `imageio.imsave()` would take care of the conversion for us....

type: question/support
plugin: pillow

**Describe the bug** I want to resample 3D microscopy data to be able to pass (almost) isotropic data through a 3D U-Net. I get data resampled along the wrong axes...

### Short description I have a pySide6 application, where I add a [`ColorBarItem`](https://pyqtgraph.readthedocs.io/en/latest/api_reference/graphicsItems/colorbaritem.html#) as follows (see [here](https://github.com/bsse-scf/pyMINFLUX/blob/d8f23fd118f8352c7e5294f3926dac4befca766b/pyminflux/ui/colorbar.py#L98)): ```python # Create a ColorBarItem self.colorbar = pg.ColorBarItem( values=data_range, colorMap=pg_colormap, label=label, interactive=False, colorMapMenu=False,...