huggingface / datasets

🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
https://huggingface.co/docs/datasets
Apache License 2.0
19.28k stars 2.7k forks source link

Add support for 3D datasets #7195

Open severo opened 1 month ago

severo commented 1 month ago

See https://huggingface.co/datasets/allenai/objaverse for example

severo commented 1 month ago

maybe related: https://github.com/huggingface/datasets/issues/6388

severo commented 1 month ago

Also look at https://github.com/huggingface/dataset-viewer/blob/f5fd117ceded990a7766e705bba1203fa907d6ad/services/worker/src/worker/job_runners/dataset/modalities.py#L241 which lists the 3D file formats that will assign the 3D modality to a dataset.

julien-c commented 1 month ago

we can brainstorm about the UX maybe (i don't expect we should load all models on the page at once – IMO there should be a manual action from user to load + maybe load first couple of row by default) cc @gary149 @cfahlgren1

it's more for the viewer issue (https://github.com/huggingface/dataset-viewer/issues/1003)