ViCA-322K: A Dataset for Visuospatial Cognition in Real-World Indoor Videos
Quickstart
You can load our dataset using the following code:
from datasets import load_dataset
vica_322k_arkit_base = load_dataset("nkkbr/ViCA-322K", "arkitscenes_base")
Replace "arkitscenes_base" with any of the following configuration names depending on your need:
["arkitscenes_base", "arkitscenes_complex", "scannet_base", "scannet_complex", "scannetpp_base", "scannetpp_complex"]… See the full description on the dataset page: https://huggingface.co/datasets/nkkbr/ViCA-322K.