Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -41,6 +41,12 @@ assets/<source>/derived/<asset_type>/<category>/<asset_id>/
|
|
| 41 |
|
| 42 |
Use `derived/` for generated or transformed outputs such as convex decomposition, collision meshes, cleaned meshes, and conversions.
|
| 43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
Collection-level imports are allowed when an upstream repository has many internal relative references. They still use the same layout under `raw/`:
|
| 45 |
|
| 46 |
```text
|
|
@@ -80,6 +86,10 @@ Top-level repository structure:
|
|
| 80 |
│ ├── licenses.yaml
|
| 81 |
│ └── sources.yaml
|
| 82 |
└── scripts/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
```
|
| 84 |
|
| 85 |
Naming rule:
|
|
|
|
| 41 |
|
| 42 |
Use `derived/` for generated or transformed outputs such as convex decomposition, collision meshes, cleaned meshes, and conversions.
|
| 43 |
|
| 44 |
+
For convex decomposition scaffolding:
|
| 45 |
+
|
| 46 |
+
```bash
|
| 47 |
+
python scripts/scaffold_convex_decomposition.py assets/robocasa/raw/fixtures/dishwashers/Dishwasher031
|
| 48 |
+
```
|
| 49 |
+
|
| 50 |
Collection-level imports are allowed when an upstream repository has many internal relative references. They still use the same layout under `raw/`:
|
| 51 |
|
| 52 |
```text
|
|
|
|
| 86 |
│ ├── licenses.yaml
|
| 87 |
│ └── sources.yaml
|
| 88 |
└── scripts/
|
| 89 |
+
├── scaffold_convex_decomposition.py
|
| 90 |
+
├── download_from_hf.sh
|
| 91 |
+
├── upload_to_hf.sh
|
| 92 |
+
└── validate_asset.py
|
| 93 |
```
|
| 94 |
|
| 95 |
Naming rule:
|