Hello, I downloaded the CSS3D from the readme and load the `css_toy_dataset_novel2_small.dup.npy` as follow: ```python import numpy as np data = np.load("../data/css_toy_dataset_novel2_small.dup.npy",allow_pickle=True,encoding="latin1") data = data.item() ``` I found that `data["train"]["mods"]` only contains 6004 samples and that only includes the 2d->3d mods, not 3d->3d mods
Hello, I downloaded the CSS3D from the readme and load the
css_toy_dataset_novel2_small.dup.npyas follow:I found that
data["train"]["mods"]only contains 6004 samples and that only includes the 2d->3d mods, not 3d->3d mods