crockwell / Cap3D

[NeurIPS 2023] Scalable 3D Captioning with Pretrained Models
https://huggingface.co/datasets/tiange/Cap3D
218 stars 13 forks source link

Reproducing metadata json files #28

Closed yunusskeete closed 5 months ago

yunusskeete commented 5 months ago

I am looking to reproduce the rendering and captioning from Cap3D with different data and want to stay consistent with the schema and metadata that you use. The metadata provided includes origin, field of view and xyz coordinates (example from huggingface). I have not been able to identify a script which yields all of this information (field of view etc. fields missing) from any of the Cap3D, Objaverse or ABO repos. Could you release the script that you used to generate this metadata file?

tiangeluo commented 5 months ago

Hey @yunusskeete , thank you for your interests.

Could you please first check https://huggingface.co/datasets/tiange/Cap3D/blob/main/RenderedImage_perobj_zips/README.md, where I list the code script for saving those information?

Please let me know if you need further assistance after reading the README.

yunusskeete commented 5 months ago

Thanks @tiangeluo - the README is comprehensive.