Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
ArXiv:
Tags:
depth-estimation
License:

Possible to load only a subset of the dataset?

#11
by wing-kit - opened

the whole dataset is little bit large for free gpu notebook e.g. colab / sagemaker.
is it possible to load only a subset of the dataset?

Try the below code.

ds = load_dataset("sayakpaul/nyu_depth_v2", split='validation')

Sign up or log in to comment