kaolin.utils.bundled_data¶
API¶
Paths and constants for bundled Kaolin sample data and toy assets, as well as download utilities for data stored in the cloud.
- kaolin.utils.bundled_data.BUNDLED_DATA_PATH¶
meta hide-value:
- kaolin.utils.bundled_data.SAMPLE_MESHES_PATH¶
meta hide-value:
- kaolin.utils.bundled_data.SCANNED_TOYS_NAMES = ['BluehairRagdoll', 'bublik_octopus', 'knit_meow', 'mer_elephant', 'stink_raccoon', 'sunflower_baby']¶
Toy identifiers matching files in the cloud/bundled toys dataset (individual
.usdc/.ptnames, etc.). The dataset also includes a combinedBluehairRagdoll_multi.usdc(two Gaussian clouds: original and transformed) andBluehairRagdoll_compressed.usdc(same clouds in float16, spherical harmonics degree 0).
- kaolin.utils.bundled_data.SCANNED_TOYS_PATH¶
meta hide-value:
- kaolin.utils.bundled_data.TENSOR_IR_NAMES = ['tensorir_ficus', 'tensorir_lego']¶
Tensor-IR sample identifiers matching
.plyfiles underTENSOR_IR_PATH. Prefixed withtensorir_so they don’t collide with other ficus/lego variants kaolin tests use.
- kaolin.utils.bundled_data.TENSOR_IR_PATH¶
meta hide-value:
- kaolin.utils.bundled_data.download_scanned_toys_dataset()¶
Downloads Scanned Toys Dataset, put together by the Kaolin team.
- kaolin.utils.bundled_data.download_tensor_ir_dataset()¶
Downloads Tensor-IR sample PLYs (real gaussians with per-point features).