--- license: other task_categories: - text-to-3d - image-to-3d language: - en tags: - 3d - 3d-models - stl - printables - 3d-printing - text-to-3d - mesh - dataset size_categories: - 1K/ │ ├── images/ │ │ ├── image_1_compressed.jpg │ │ └── image_2_compressed.jpg │ └── stls/ │ ├── part_1.stl │ └── part_2.stl ``` ### Metadata (metadata.parquet) The root of the repository contains a `metadata.parquet` file. Each row represents a single 3D model project and contains: - `model_id`: The unique ID from Printables. - `name`: The title of the 3D model. - `description`: The raw HTML/Text description from the creator. - `tags`: A list of tags applied to the model. - `printables_category`: The hierarchical category path on Printables. - `image_paths`: A list of paths pointing to the images inside the tar archive. - `stl_paths`: A list of paths pointing to the STL files inside the tar archive. - `shard_file`: The name of the `.tar` archive that contains this model's data. ## Considerations for Using the Data ### Licensing This dataset is an aggregate of user-generated content hosted on Printables. The models contained within this dataset are subject to their individual licenses chosen by their respective creators (predominantly various Creative Commons licenses). Users of this dataset are responsible for respecting the original licenses, especially concerning commercial use and attribution. ### Bias and Limitations The dataset is inherently biased towards FDM 3D printing and the maker community. It heavily features mechanical parts, tabletop miniatures, organizers, and functional prints. It may not generalize perfectly to architectural, cinematic, or organic gaming 3D models without fine-tuning.