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

Show informative error message when dataset not found. #68

Closed Abe404 closed 1 year ago

Abe404 commented 1 year ago

When a project is opened that refers to a dataset that is not found (or has been moved). The application just crashes. An appropriate error message should be shown to the user to help them identify and fix the problem.

Abe404 commented 1 year ago

A prompt could be presented giving the user the chance to respecify the new dataset location (assuming they just moved or renamed it)

Abe404 commented 1 year ago

We will aim to have a check when a project is opened. If the dataset is not found then the user should be prompted to re-specify the directory.

If files aren't found then we will just show an error message to the user telling them the file isn't found.

Abe404 commented 1 year ago

This is implemented now, but not yet available in a release