Only train_anatomy_aa in gzip file format
#2
by
sunnyyy17
- opened
Thank you for sharing your dataset!
May I ask how I should use the train_anatomy_ab ~ *_ae files since they are in binary format. I don't know how I can unzip them to use the masks like I can for the train_anatomy_aa file which is in gzip format once I download it.
Thank you very much,
Thank you for your interest in our dataset!
You can use cat train_anatomy_mask_a* > combined_train_anatomy_mask.tar.gz
to combine the files into a single gzip file and then extract the combined file to access the masks tar -xzf combined_train_anatomy_mask.tar.gz