juglab / n2v

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

Fixing scripts #25

Closed alex-krull closed 5 years ago

alex-krull commented 5 years ago

The train and predict script did not use the provided network names and base directories. this is fixed. Also I included a sorted(...) for the file names in the datagenrator.

tibuch commented 5 years ago

@MLbyML pushed sort() this morning to master.

We talked about passing a lambda as argument to allow the user specialized sorting.