Questions on curated high-quality subsets and their captions
Hi! Thanks for your great work and contribution! Your provided list and metadata from Objaverse-XL are indeed helpful and I'm confident that you're saving a lot of researchers trying to do some projects using Objaverse-XL!
I have two questions regarding the curated high-quality subsets and their corresponding captions.
In the paper, it is mentioned that 54K high-quality animated assets are finally chosen for training the models. Where can I get the list of the curated objects? It seems to me like meta_xl_animation_tot.csv
and meta_xl_tot.csv
are the lists of all animated objects from objaverse-xl and all successfully rendered objects from objaverse-xl's github subset. Also, I find this (https://github.com/VITA-Group/Diffusion4D/blob/main/rendering/src/ObjV1_curated.txt) is the curated object list from objaverse, consisting of 11K objects.
Also, it is stated that captions from Cap3D are used for training. However, I find that the uids from Cap3D are 32-length long and the 64-length long SHA256 strings you provided in csv files do not match. Can you guide me a good way to get the right captions for your curated lists?
Thanks!