ELEKTRONN / elektronn3

A PyTorch-based library for working with 3D and 2D convolutional neural networks, with focus on semantic segmentation of volumetric biomedical image data
MIT License
160 stars 27 forks source link

[WIP] Add local blur ("blob") augmentations #18

Closed mdraw closed 6 years ago

mdraw commented 6 years ago

73a554e: Please don't simultaneously rename files and make major changes to them in one commit, because this messes with the git diffs (making all review comments "outdated"). Renaming should be in a separate commit so that git can always understand that files were only moved/renamed, not deleted/created. You can check if renaming was correctly detected by git by checking git status between staging and committing.

Edit: I just tried to fix the review by force-pushing a modified version of 73a554e, but it's still broken (showing unchanged parts as "outdated").

mdraw commented 6 years ago

We can re-do the renaming of data_erasing.py later, just before merging the PR (I am a little scared that renaming it now will mess up the review again).