juglab / n2v

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

Issue with plotting #68

Closed uschmidt83 closed 4 years ago

uschmidt83 commented 4 years ago

examples/3D/02_prediction.ipynb:

image

Subplot for pred shouldn't use percentiles from img for vmin and vmax. Also doesn't work for 3-channel RGB images when pred is a float image with pixel values not in the range 0..1.

tibuch commented 4 years ago

Thank you for reporting.