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

Create training dataset functionality is too confusing. Hide it. #120

Open Abe404 opened 1 year ago

Abe404 commented 1 year ago

Users should not have to think about how to create some kind of intermediary training dataset. They should just have to specify the dataset they want to eventually process (original source dataset) and any temporary or intermediary files should be automatically generated, without the user having to think about or manage these datasets. These could be hidden (or at least not part of standard user workflow) files in a project (for example).

See related discussion https://github.com/Abe404/root_painter/issues/114

Abe404 commented 1 year ago

This is a drastic change to the UI and workflow. May take some time.