Abe404 / root_painter

RootPainter: Deep Learning Segmentation of Biological Images with Corrective Annotation
https://nph.onlinelibrary.wiley.com/doi/full/10.1111/nph.18387
Other
58 stars 17 forks source link

Should be possible to specify nested project dataset #65

Closed Abe404 closed 1 year ago

Abe404 commented 1 year ago

Not every dataset is inside the datasets folder directly i.e datasets/some_dataset

Sometimes users structure their files like so: datasets/topic_of_interest/specific_dataset

RootPainter should handle this. It currently only stores the name of the dataset in the project and not the full path to the dataset.

Abe404 commented 1 year ago

This is now addressed with: https://github.com/Abe404/root_painter/commit/3b5bea5a88e5b21dc0e982733ac14295f870176e

I will close this issue once it has been tested on windows and is available in a new release.

Abe404 commented 1 year ago

Available in https://github.com/Abe404/root_painter/releases/tag/0.2.21