Upload README_zh.md with huggingface_hub
Browse files- README_zh.md +7 -0
README_zh.md
CHANGED
|
@@ -42,6 +42,12 @@ assets/robocasa/raw/fixtures/dishwashers/Dishwasher031/
|
|
| 42 |
assets/<source>/derived/<asset_type>/<category>/<asset_id>/
|
| 43 |
```
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
大规模 upstream 资产树如果包含大量内部相对引用,也使用 `raw/` 结构,但可作为集合资产保存:
|
| 46 |
|
| 47 |
```text
|
|
@@ -112,6 +118,7 @@ discoverse.collections.models.discoverse_models
|
|
| 112 |
│ ├── licenses.yaml # license 字典
|
| 113 |
│ └── sources.yaml # 来源与候选第三方来源
|
| 114 |
└── scripts/
|
|
|
|
| 115 |
├── download_from_hf.sh
|
| 116 |
├── upload_to_hf.sh
|
| 117 |
└── validate_asset.py
|
|
|
|
| 42 |
assets/<source>/derived/<asset_type>/<category>/<asset_id>/
|
| 43 |
```
|
| 44 |
|
| 45 |
+
如果要创建凸分解脚手架,可以先运行:
|
| 46 |
+
|
| 47 |
+
```bash
|
| 48 |
+
python scripts/scaffold_convex_decomposition.py assets/robocasa/raw/fixtures/dishwashers/Dishwasher031
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
大规模 upstream 资产树如果包含大量内部相对引用,也使用 `raw/` 结构,但可作为集合资产保存:
|
| 52 |
|
| 53 |
```text
|
|
|
|
| 118 |
│ ├── licenses.yaml # license 字典
|
| 119 |
│ └── sources.yaml # 来源与候选第三方来源
|
| 120 |
└── scripts/
|
| 121 |
+
├── scaffold_convex_decomposition.py
|
| 122 |
├── download_from_hf.sh
|
| 123 |
├── upload_to_hf.sh
|
| 124 |
└── validate_asset.py
|