Eugene Vorontsov

Results 5 comments of Eugene Vorontsov

Works for python 3 but the `weakref` API for python 2 doesn't have `finalize`. :( It would be a shame to have to use a much uglier `atexit` hack to...

Yes, it looks like the channel axis handling in `image_random_transform` is incomplete and incorrect for non-default channel dims (default is 0). Currently, `image_stack_random_transform` handles arbitrary channel dims correctly. Handling a...

Are you using `fcn_maker`? UNet and ResUNet could be created (in 2D or 3D, with many possible modifications) using `fcn_maker.models.assemble_unet` or `fcn_maker.models.assemble_resunet`. https://github.com/veugene/fcn_maker/tree/pytorch

Oh, that looks like it got popular. It seems that for elastic deformations, they anchor all image edges whereas we allow all edges and corners to be deformed since we...