The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
FLARE Task2 Laptop Seg Dataset
Data Description
This is the dataset for MICCAI FLARE 2024-2025 Task2: Abdominal CT Organ Segmentation on Laptop. The training set includes 2050 cases, where 50 cases have ground-truth labels from the FLARE22 dataset, and the remaining 2000 cases have pseudo labels generated by the FLARE 2022 winning solution. The old validation set and testing set are merged as a new validation set with 250 cases. For those participants who are constrained by computing resources, we also provide an unlabeled core set to develop the methods, where 50 unlabeled CT scans are sampled from the original pseudo training set.
Data Structure
coreset_train_50_randomοΌ 50 unlabeled CT scans sampled from the train_pseudo_label.
train_gt_labelοΌ 50 CT scans with ground-truth labels.
train_pseudo_labelοΌ 2000 CT scans with pseudo labels generated by the FLARE 2022 winning solution.
validationοΌ 200 hidden validation set and 50 public validation set.
FLARE-Task2-LaptopSeg/
βββ coreset_train_50_random/
βββ train_gt_label/
β βββ imagesTr/
β βββ labelsTr/
β βββ dataset.json
βββ train_pseudo_label/
β βββ imagesTr/
β βββ pseudo_label_aladdin5_flare22.7z
β βββ pseudo_label_blackbean_flare22.zip
βββ validation/
β βββ Validation-Hidden-Images/
β βββ Validation-Public-Images/
β βββ Validation-Public-Labels/
βββ README.md
Dataset Download Instructions
Participants can download the complete dataset using the following Python script:
from huggingface_hub import snapshot_download
local_dir = "./FLARE-Task2-LaptopSeg"
snapshot_download(
repo_id="FLARE-MedFM/FLARE-Task2-LaptopSeg",
repo_type="dataset",
local_dir=local_dir,
local_dir_use_symlinks=False,
resume_download=True,
)
- Downloads last month
- 442