Skip to content

CSS3D dataset only has 6004 train and 6019 test samples #9

@patrickphat

Description

@patrickphat

Hello, I downloaded the CSS3D from the readme and load the css_toy_dataset_novel2_small.dup.npy as follow:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions