-
Notifications
You must be signed in to change notification settings - Fork 7
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
Dataset #8
Comments
Hi, I haven't got the time to clean the list recently, but you may use this list. You may still need to filter by number of faces. |
Thank you. I am not sure how to use this list though. It does not seem to correspond to paths in the Objaverse dataset. Is this for Objaverse or Objaverse-XL or both? Objaverse paths looks like this |
Yes, it's using Gobjaverse indices. Our DiT model is trained using Gobjaverse renderings, so I uses their indices. You can use this mapping to convert them back to Objaverse indices: wget https://virutalbuy-public.oss-cn-hangzhou.aliyuncs.com/share/aigc3d/gobjaverse_280k_index_to_objaverse.json |
Thank you! Do you also have a similar list for Objaverse-XL? |
Hi, our XL list is pretty dirty, maybe you could try TRELLIS-500K. |
Thank you. I have tried to train the ArAE with the provided list. I trained on 8 GPUs for 100 epochs with the provided config, but the reconstructed meshes look like complete garbage. Reconstructed meshes only have a few faces. I turned off mesh decimation augmentation because it lead to segmentation faults occacisonally. Could it be that mesh decimation augmentation is that important? Do you have any idea what might be the problem? |
Sorry for opening another issue on this, but before you release the subset list that you used for training, could you maybe already give some hints on data.
I am currently using the subset of Objaverse that is described in https://raw.githubusercontent.com/ashawkey/objaverse_filter/refs/heads/main/kiuisobj_v1_merged_80K.csv
Does that file roughly correspond to filtering that you describe in the paper?
Best,
Christian
The text was updated successfully, but these errors were encountered: