-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Describe the bug
There is corrupted data in test dataset Task09_Spleen.tar
(The issue is posted here because I believe this dataset is not used only by MONAILabel but along other MONAI projects)
To Reproduce
Steps to reproduce the behavior:
- Download the dataset from: https://msd-for-monai.s3-us-west-2.amazonaws.com/Task09_Spleen.tar (which is used by default by MONAILabel)
- Explore the file contents and check this location:
/Task09_Spleen/imagesTr/ - You'll find small (hidden) files with names starting with
._ - Start the MONAILabel server
- Use Slicer client and click "Next sample"
- Repeatedly load a different sample as soon as the earlier one finishes
- Eventually a load of a sample will throw an exception because of the corrupted data pointed out in 3.
Expected behavior
MONAILabel server should work well for all data samples
Screenshots
Environment
Latest MONAILabel docker image
Additional context
Solution: erase all corrupted data (e.g. files starting with ._)
Metadata
Metadata
Assignees
Labels
No labels

