juglab / n2v

This is the implementation of Noise2Void training.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate patches form list

tibuch opened this issue · comments

Generate patches from list with num_patches_per_img=n will extract n patches from each list item.

If one list item corresponds to 'SYXC' with (50, 1000, 1000, 1) it will only return 4 patches, but a user would expect 50*4 patches.

This has to be documented better or the behavior has to change.

Now that is a really good point!