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( |
Thank you very much for your great work!
I am trying to use the full dataset of
IMnetandHSPto train ShapeFormer.I discovered the
make_imnet_datasetfunction inshapeformer/data/imnet_datasets/imnet_datasets.pywriteshape_vocab,vocab_idx,xbdandcat_idinto the hdf5 file.However, the code didn't write
Ytgto 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
IMnetdata toYtg?Thank you very much!
ShapeFormer/shapeformer/data/imnet_datasets/imnet_datasets.py
Line 350 in 3558e2a