Skip to content

Some questions about the 'make_imnet_dataset' function #11

@LydJason

Description

@LydJason

Thank you very much for your great work!
I am trying to use the full dataset of IMnet and HSP to train ShapeFormer.
I discovered the make_imnet_dataset function in shapeformer/data/imnet_datasets/imnet_datasets.py write shape_vocab, vocab_idx, xbd and cat_id into the hdf5 file.
However, the code didn't write Ytg to the hdf5 file, which was provided in the processed dataset from google drive.
I was wondering maybe there are some other code that processes the original IMnet data to Ytg?
Thank you very much!

dataDict = {"shape_vocab": np.array(shape_vocabs, dtype="O"), "vocab_idx": np.array(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions