Revvity-25 / dataset_infos.json
YaroslavPrytula's picture
Upload dataset_infos.json
183d5e0 verified
{
"YaroslavPrytula--Revvity-25": {
"description": "Revvity-25 is a public microscopy cell instance segmentation dataset of high-resolution brightfield microscopy images containing manually annotated cancer cells with precise cell borders and overlaps. It is designed for benchmarking modal and amodal segmentation methods in biomedical imaging. The dataset includes 110 images (1080x1080) with a total of 2937 expert-validated instances, each annotated with an average of 60 polygon points.",
"citation": "@InProceedings{Prytula_2025_CVPR,\n author = {Prytula, Yaroslav and Tsiporenko, Illia and Zeynalli, Ali and Fishman, Dmytro},\n title = {IAUNet: Instance-Aware U-Net},\n booktitle = {Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR) Workshops},\n month = {June},\n year = {2025},\n pages = {4739--4748}\n}",
"homepage": "https://github.com/SlavkoPrytula/IAUNet",
"license": "CC-BY-NC-4.0",
"features": {
"image_id": {
"dtype": "int64",
"id": null,
"_type": "Value"
},
"image": {
"decode": true,
"id": null,
"_type": "Image"
},
"width": {
"dtype": "int64",
"id": null,
"_type": "Value"
},
"height": {
"dtype": "int64",
"id": null,
"_type": "Value"
},
"objects": {
"feature": {
"bbox_id": {
"dtype": "int64",
"id": null,
"_type": "Value"
},
"category": {
"num_classes": 1,
"names": [
"cell"
],
"id": null,
"_type": "ClassLabel"
},
"bbox": {
"feature": {
"dtype": "float64",
"id": null,
"_type": "Value"
},
"length": 4,
"id": null,
"_type": "Sequence"
},
"area": {
"dtype": "float64",
"id": null,
"_type": "Value"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
}
},
"post_processed": null,
"supervised_keys": null,
"task_templates": null,
"builder_name": null,
"config_name": null,
"version": null,
"splits": {
"train": {
"name": "train",
"num_bytes": 86201098.0,
"num_examples": 55,
"dataset_name": "Revvity-25"
},
"val": {
"name": "valid",
"num_bytes": 85813330.0,
"num_examples": 55,
"dataset_name": "Revvity-25"
}
},
"download_checksums": null,
"download_size": 172014428,
"post_processing_size": null,
"dataset_size": 172014428.0,
"size_in_bytes": 172014428.0
}
}