Skip to content

AIM-SKKU/NYUDv2-IS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

NYUDv2-IS

A dataset converted from NYUDv2 into COCO-style instance segmentation format
For detailed statistics about our dataset, please refer to the following paper:
IAM: Enhancing RGB-D Instance Segmentation with New Benchmarks image

Train   : 795 images
Val     : 654 images
Classes : 9
Size    : 640 × 480
Sensor  : Kinect V1

Data preparation

NYUDv2 : https://huggingface.co/datasets/kasurashan/RGBD-Instance-Segmentation

NYUDv2/
└── train/
    └── color/
└── val/
    └── color/
└── annotations/
    └── instances_train.json
    └── instances_val.json
└── depth/
└── hha/

Data Format

annotation{
    "id": int,
    "image_id": int,
    "category_id": int,
    "segmentation": [polygon],
    "area": float,
    "bbox": [x,y,width,height],
    "iscrowd": 0 or 1,
}

categories[{
    "id": int,
    "name": str,
    "supercategory": str,
}]

About

NYUDv2 for RGB-D Instance Segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published