Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue where moosez breaks if a 'moosez' prefixed folder exists as…
… the subject was already processed and segmentations exist. Before this change, running `moosez` would fail if there was already a folder with a name starting with 'moosez'. This commit makes `moosez` ignore such folders, allowing multiple models to run sequentially without manual folder cleanup. This patch allows commands like the following to be run one after another without any issues: - `moosez -d path_to_dir -m your_model_1` - `moosez -d path_to_dir -m your_model_2`
- Loading branch information