juglab / n2v

This is the implementation of Noise2Void training.
Other
392 stars 107 forks source link

Generate patches form list #45

Closed tibuch closed 4 years ago

tibuch commented 4 years ago

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.

fjug commented 4 years ago

Now that is a really good point!