Upload folder using huggingface_hub
Browse files
templates/metadata.derived.convex_decomposition.yaml
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
asset_id: <source>.convex_decompositions.<category>.<asset_id_variant>
|
| 2 |
+
source: <source>
|
| 3 |
+
source_asset_id: <upstream_asset_id>
|
| 4 |
+
asset_type: convex_decompositions
|
| 5 |
+
category: <category>
|
| 6 |
+
format: obj_mjcf_include
|
| 7 |
+
entry_file: mjcf/convex_collision_include.xml
|
| 8 |
+
license: <license>
|
| 9 |
+
origin_url: <origin_url>
|
| 10 |
+
path: assets/<source>/derived/convex_decompositions/<category>/<asset_id_variant>
|
| 11 |
+
storage_mode: derived
|
| 12 |
+
derived_from:
|
| 13 |
+
- assets/<source>/raw/<asset_type>/<category>/<asset_id>
|
| 14 |
+
derivation_method: convex_decomposition
|
| 15 |
+
decomposition_tool: vhacd
|
| 16 |
+
decomposition_version: <tool_version>
|
| 17 |
+
decomposition_params_file: logs/decomposition.json
|
| 18 |
+
validation_status: pending
|
| 19 |
+
tags:
|
| 20 |
+
- <source>
|
| 21 |
+
- convex_decomposition
|
| 22 |
+
- collision
|
templates/metadata.raw.yaml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
asset_id: <source>.<asset_type>.<category>.<asset_id>
|
| 2 |
+
source: <source>
|
| 3 |
+
source_asset_id: <upstream_asset_id>
|
| 4 |
+
asset_type: <asset_type>
|
| 5 |
+
category: <category>
|
| 6 |
+
format: <format>
|
| 7 |
+
entry_file: <relative_entry_file>
|
| 8 |
+
license: <license>
|
| 9 |
+
origin_url: <origin_url>
|
| 10 |
+
path: assets/<source>/raw/<asset_type>/<category>/<asset_id>
|
| 11 |
+
storage_mode: raw
|
| 12 |
+
readiness_level: <L0|L1_candidate|L2_candidate|L3|L4|L5|unknown>
|
| 13 |
+
validation_status: pending
|
| 14 |
+
tags:
|
| 15 |
+
- <source>
|