You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

MIMIC-CXR-JXL

MIMIC-CXR compressed with JXL

Re-construct the original files

cat cxr.tar.gz.part* | tar -xvzf -

Or using pigz

cat cxr.tar.gz.part* | pigz -dc | tar -xf -

JXL scaling from original image

All JXL images are in 16-bit. Images with a depth of <=12bit have been scaled by 2^4. Images with a depth of >12bit have been scaled by 2^(16-actual_depth).


license: gpl-3.0

Downloads last month
9