Datasets:
Tasks:
Image Segmentation
Sub-tasks:
semantic-segmentation
Languages:
English
Size:
1K<n<10K
License:
from datasets import load_dataset | |
# Use the custom dataset script from the remote repo | |
ds = load_dataset("shirve13/Demo", data_dir=".", download_mode="force_redownload", trust_remote_code=True) | |
# Print a sample | |
print(ds["train"][0]) | |