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