nadavo11/caid
收藏资源简介:
--- license: other task_categories: - image-segmentation pretty_name: CAID size_categories: - 10K<n<100K --- # CAID This dataset repo is an as-is archive export of the local CAID root from this workspace. Contents: - `CAID.tar`: tar archive containing the full local `CAID/` directory - `ImageSets/Segmentation/train.txt` - `ImageSets/Segmentation/val.txt` - `ImageSets/Segmentation/test.txt` Local source snapshot: - 20,689 images - 20,689 segmentation masks - official split files included - train: 14,482 ids - val: 3,103 ids - test: 3,104 ids ## Layout ```text . ├── CAID.tar └── ImageSets/ └── Segmentation/ ├── train.txt ├── val.txt └── test.txt ``` ## Notes The Hub currently rejects repositories with more than 10,000 files in a single directory. The local CAID root has 20,689 files in both `JPEGImages/` and `SegmentationClass/`, so the dataset is published as a tar archive to preserve the exact local layout while staying within Hub limits. After extracting `CAID.tar`, you will recover the original split-aware local structure: ```text CAID/ ├── ImageSets/Segmentation/{train,val,test}.txt ├── JPEGImages/ └── SegmentationClass/ ```



