-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some questions about the 'make_imnet_dataset' function #11
Comments
You can have a check at the Imnet2Dataset class at the file ShapeFormer/shapeformer/data/imnet_datasets/imnet_datasets.py. There are some snippets to decompress the shape_vocab back to Ytg. |
I got it. Thank you very much! |
Thanks for your great works. Could you please provide the code for reducing the resolution from 256 to 64? I would like to keep my processing consistent with yours |
@QhelDIV I am also interested in code for reducing the resolution of Ytg from 256 to 64. |
Hi @saladcat and @dqj5182 , thanks for the interest! I am not sure if I can find the original code for this.
|
Thanks for the clarification! |
Thank you very much for your great work!
I am trying to use the full dataset of
IMnet
andHSP
to train ShapeFormer.I discovered the
make_imnet_dataset
function inshapeformer/data/imnet_datasets/imnet_datasets.py
writeshape_vocab
,vocab_idx
,xbd
andcat_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 toYtg
?Thank you very much!
ShapeFormer/shapeformer/data/imnet_datasets/imnet_datasets.py
Line 350 in 3558e2a
The text was updated successfully, but these errors were encountered: