.obj files Dataviewer

#1
by abhi1505 - opened

I had recently created an image dataset, which had a proper Data Viewer where all image files were mapped to the corresponding metadata.

Can’t we have a similar visualization for .obj files for 3D models.
And how can I check the dataset is usable?

In order to check that the dataset is usable, I’ve been using the code produced by the “Use in Datasets library” button.

I’m not aware of a built-in method for visualizing obj’s at this time.

By the way, the image viewer requires the first column to have the heading “file_name”. I changed this for you in the other repo. I don’t think it will solve all of our problems but it could help us see some options.

It looks like there’s a viewer for .glb files: https://huggingface.co/datasets/allenai/objaverse/blob/main/glbs/000-001/000b2b5fb61a466abf27e2b3583782ab.glb

Should we think about porting the .obj’s into .glb’s?

I see, I will make the change to File_Name.

And, Yeah even I came across allenai/objaverse repo, that has used glb formats. And also their later version Objverse-xl has all metadata files in parquet formats, any idea on if there's any significant adv using these?

We can considering using glb format, as it gives visualization.

abhi1505 changed discussion status to closed
abhi1505 changed discussion status to open

Uploaded the glb files. For better visualization.

abhi1505 pinned discussion

Sign up or log in to comment