You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a restart option would be very beneficial when computing features for many slides.
Currently, the save directory is checked. If it already exists, the process terminates with an Error. This is good to prevent overwriting, but restarting would be also good to have, if asked for. To implement the restart option, I think the overwriting prevention would need to be handled on slide level instead of checking the existence of a directory, which means that instead of numbered features, real names would probably need to be used when saving features and positions npy files.
The text was updated successfully, but these errors were encountered:
Feature Request
I am computing features from a bunch of Whole Slide Images using code like in https://github.com/TissueImageAnalytics/tiatoolbox/blob/develop/examples/11-import-foundation-models.ipynb
I think a restart option would be very beneficial when computing features for many slides.
Currently, the save directory is checked. If it already exists, the process terminates with an Error. This is good to prevent overwriting, but restarting would be also good to have, if asked for. To implement the restart option, I think the overwriting prevention would need to be handled on slide level instead of checking the existence of a directory, which means that instead of numbered features, real names would probably need to be used when saving features and positions npy files.
The text was updated successfully, but these errors were encountered: