CoolFace
Datasetpublic

mmrech/neurosam3-samples

NeuroSAM3 Sample Dataset Curated sample images for testing the NeuroSAM3 agentic neuroimaging platform. Contents Category Count Modality Description glioma 8 MRI T1w Glioma brain tumors meningioma 6 MRI T1w Meningioma (extra-axial) pituitary 6 MRI T1w Pituitary adenomas healthy 5 MRI T1/T2 Normal brain anatomy ct_normal 3 CT Normal brain CT ct_hemorrhage 2 CT Intracranial hemorrhage Usage These images are loaded on-demand… See the full description on the dataset page: https://huggingface.co/datasets/mmrech/neurosam3-samples.

sourceHugging Facecc-by-sa-4.0updated 4mo agoView on Hugging Face
0likes19downloads
Dataset Card

NeuroSAM3 Sample Dataset

Curated sample images for testing the NeuroSAM3 agentic neuroimaging platform.

Contents

CategoryCountModalityDescription
glioma8MRI T1wGlioma brain tumors
meningioma6MRI T1wMeningioma (extra-axial)
pituitary6MRI T1wPituitary adenomas
healthy5MRI T1/T2Normal brain anatomy
ct_normal3CTNormal brain CT
ct_hemorrhage2CTIntracranial hemorrhage

Usage

These images are loaded on-demand by the NeuroSAM3 app via the sample_data.py module.

python
from sample_data import load_sample_image, load_category_batch

# Load single sample
path = load_sample_image("glioma", index=1)

# Load all gliomas for batch analysis
paths = load_category_batch("glioma")

Sources

Inspired by:

License

CC-BY-SA 4.0