Christopher
Christopher
Hi, it seems as if the mirror_ variable in the ImageAugmenter is not initialized which can lead to unexpected behavior. best, Christopher
Hi, during my testing I tried to use image augmenter with different data, e.g.2x128x128 oder 10x128x128. This is currently not supported and it is always assumed that the data is...
If you work with very big images the code in `get_shared_slices()` failes due to integer overflow. ```cpp CImg get_shared_slices(const unsigned int z0, const unsigned int z1, const unsigned int c0=0)...