A collection of chest X-ray images focused on pleural effusion, derived from the MIMIC-CXR database. The dataset is hosted on Kaggle, though its exact size and creation details are unspecified. It likely contains images resized to a uniform 512-pixel resolution for machine learning applications.
Use Cases
- Train an image classifier to detect pleural effusion in chest radiographs (inferred from domain, verify after download)
- Benchmark model performance on a standardized 512px image resolution (inferred from domain, verify after download)
- Develop segmentation models to localize pleural effusion regions (inferred from domain, verify after download)
Strengths
- Published on Kaggle, a major platform for data science.
- Images are processed to a consistent 512-pixel resolution, which may simplify model input pipelines.
Limitations
- Metadata is minimal; actual content requires verification after download.
- Row count is unknown, which may limit suitability assessment.
- Column-level documentation is absent; field semantics must be inferred after download.
Provenance
- Source
- Derived from the MIMIC-CXR database.