juglab / n2v

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

Add some more details and explanation to the sample notebooks #49

Open fjug opened 4 years ago

fjug commented 4 years ago

Especially for the section where we load data we often see people struggling to understand what dimensions in what order to put there. Even if they use Fiji, they still need to know to invert order. Then, after loading, we show the shape of the loaded data and it confuses because we shuffle dimensions around (and add one).

Suggestion: add additional cells and text that first discovers what axis order to use, then some more text that describes why after loading it is changed.

Thanks!