Upload folder using huggingface_hub
Browse files- docs/asset_readiness_classification.md +1 -1
- docs/naming_spec.md +7 -1
- docs/placement_asset_notes.md +12 -12
- docs/source_notes/discoverse.md +1 -1
- docs/storage_spec.md +13 -3
docs/asset_readiness_classification.md
CHANGED
|
@@ -34,7 +34,7 @@ Readiness must be evaluated against a target task, robot embodiment, simulator,
|
|
| 34 |
| Source | Stored asset group | Current technical level | Notes |
|
| 35 |
| --- | --- | --- | --- |
|
| 36 |
| RoboCasa | `assets/robocasa/fixtures/dishwashers/` | L1 candidate | Complete MJCF dishwasher fixtures used by RoboCasa/robosuite. Still needs downstream task/policy-specific L0 validation. |
|
| 37 |
-
| DISCOVERSE | `assets/discoverse/models/` | L1/L2 candidate by subasset | Preserved upstream `models/` tree. Some files are complete task environments; individual MJCF/URDF assets should be promoted individually after task-specific validation. |
|
| 38 |
| TinyForge | link-only placeholder | not classified | No physical asset imported yet. |
|
| 39 |
| Hunter | link-only placeholder | not classified | No physical asset imported yet. |
|
| 40 |
| Third-party sites | link-only candidates | not classified | Import only exact used assets after license/provenance review. |
|
|
|
|
| 34 |
| Source | Stored asset group | Current technical level | Notes |
|
| 35 |
| --- | --- | --- | --- |
|
| 36 |
| RoboCasa | `assets/robocasa/fixtures/dishwashers/` | L1 candidate | Complete MJCF dishwasher fixtures used by RoboCasa/robosuite. Still needs downstream task/policy-specific L0 validation. |
|
| 37 |
+
| DISCOVERSE | `assets/discoverse/collections/models/discoverse_models/` | L1/L2 candidate by subasset | Preserved upstream `models/` tree. Some files are complete task environments; individual MJCF/URDF assets should be promoted individually after task-specific validation. |
|
| 38 |
| TinyForge | link-only placeholder | not classified | No physical asset imported yet. |
|
| 39 |
| Hunter | link-only placeholder | not classified | No physical asset imported yet. |
|
| 40 |
| Third-party sites | link-only candidates | not classified | Import only exact used assets after license/provenance review. |
|
docs/naming_spec.md
CHANGED
|
@@ -6,7 +6,13 @@
|
|
| 6 |
assets/<source>/<asset_type>/<category>/<asset_id>/
|
| 7 |
```
|
| 8 |
|
| 9 |
-
Collection imports
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
- `source`: lowercase snake_case.
|
| 12 |
- `asset_type`: lowercase snake_case plural for collections.
|
|
|
|
| 6 |
assets/<source>/<asset_type>/<category>/<asset_id>/
|
| 7 |
```
|
| 8 |
|
| 9 |
+
Collection imports must still use the same four-level layout:
|
| 10 |
+
|
| 11 |
+
```text
|
| 12 |
+
assets/<source>/collections/<category>/<asset_id>/
|
| 13 |
+
```
|
| 14 |
+
|
| 15 |
+
The upstream tree should be preserved inside that directory.
|
| 16 |
|
| 17 |
- `source`: lowercase snake_case.
|
| 18 |
- `asset_type`: lowercase snake_case plural for collections.
|
docs/placement_asset_notes.md
CHANGED
|
@@ -25,7 +25,7 @@ These are useful for placement tasks involving loading dishes or objects into a
|
|
| 25 |
DISCOVERSE is imported as a collection-level asset:
|
| 26 |
|
| 27 |
```text
|
| 28 |
-
assets/discoverse/models/
|
| 29 |
├── mjcf/
|
| 30 |
├── meshes/
|
| 31 |
└── urdf/
|
|
@@ -34,21 +34,21 @@ assets/discoverse/models/
|
|
| 34 |
Placement-relevant DISCOVERSE MJCF task/environment files include:
|
| 35 |
|
| 36 |
```text
|
| 37 |
-
assets/discoverse/models/mjcf/task_environments/place_block.xml
|
| 38 |
-
assets/discoverse/models/mjcf/task_environments/place_coffeecup.xml
|
| 39 |
-
assets/discoverse/models/mjcf/task_environments/place_jujube.xml
|
| 40 |
-
assets/discoverse/models/mjcf/task_environments/place_jujube_coffeecup.xml
|
| 41 |
-
assets/discoverse/models/mjcf/task_environments/place_kiwi_fruit.xml
|
| 42 |
-
assets/discoverse/models/mjcf/task_environments/place_spoon.xml
|
| 43 |
-
assets/discoverse/models/mjcf/task_environments/coffeecup_plate.xml
|
| 44 |
-
assets/discoverse/models/mjcf/task_environments/stack_block.xml
|
| 45 |
```
|
| 46 |
|
| 47 |
Placement-relevant DISCOVERSE object assets include bowls, plates, cups, fruit, boxes, baskets, pans, spoons, towels, trashbins, and cabinets under:
|
| 48 |
|
| 49 |
```text
|
| 50 |
-
assets/discoverse/models/mjcf/object/
|
| 51 |
-
assets/discoverse/models/meshes/object/
|
| 52 |
```
|
| 53 |
|
| 54 |
## Candidate external sources
|
|
@@ -62,7 +62,7 @@ The following sources are recorded as link-only candidates. Do not copy assets f
|
|
| 62 |
| Objaverse / Objaverse-XL | https://objaverse.allenai.org | Large-scale everyday objects for object placement and scene variety | Import exact used asset IDs with original UID, license, source URL, and conversion pipeline. |
|
| 63 |
| Google Scanned Objects | https://app.ignitionrobotics.org/GoogleResearch/fuel/collections/Google%20Scanned%20Objects | Scanned household objects suitable for manipulation and placement | Import exact used model with provider URL and license metadata. |
|
| 64 |
| RoboCasa | https://robocasa.ai | Kitchen fixtures, objects, scenes, textures, and placement-style tasks | Import normalized assets under `assets/robocasa/...`. |
|
| 65 |
-
| DISCOVERSE | https://github.com/discoverse-dev/DISCOVERSE | MJCF task environments, manipulation objects, robots, and scenes | Already imported as `assets/discoverse/models/`. |
|
| 66 |
|
| 67 |
## Third-party intake checklist
|
| 68 |
|
|
|
|
| 25 |
DISCOVERSE is imported as a collection-level asset:
|
| 26 |
|
| 27 |
```text
|
| 28 |
+
assets/discoverse/collections/models/discoverse_models/
|
| 29 |
├── mjcf/
|
| 30 |
├── meshes/
|
| 31 |
└── urdf/
|
|
|
|
| 34 |
Placement-relevant DISCOVERSE MJCF task/environment files include:
|
| 35 |
|
| 36 |
```text
|
| 37 |
+
assets/discoverse/collections/models/discoverse_models/mjcf/task_environments/place_block.xml
|
| 38 |
+
assets/discoverse/collections/models/discoverse_models/mjcf/task_environments/place_coffeecup.xml
|
| 39 |
+
assets/discoverse/collections/models/discoverse_models/mjcf/task_environments/place_jujube.xml
|
| 40 |
+
assets/discoverse/collections/models/discoverse_models/mjcf/task_environments/place_jujube_coffeecup.xml
|
| 41 |
+
assets/discoverse/collections/models/discoverse_models/mjcf/task_environments/place_kiwi_fruit.xml
|
| 42 |
+
assets/discoverse/collections/models/discoverse_models/mjcf/task_environments/place_spoon.xml
|
| 43 |
+
assets/discoverse/collections/models/discoverse_models/mjcf/task_environments/coffeecup_plate.xml
|
| 44 |
+
assets/discoverse/collections/models/discoverse_models/mjcf/task_environments/stack_block.xml
|
| 45 |
```
|
| 46 |
|
| 47 |
Placement-relevant DISCOVERSE object assets include bowls, plates, cups, fruit, boxes, baskets, pans, spoons, towels, trashbins, and cabinets under:
|
| 48 |
|
| 49 |
```text
|
| 50 |
+
assets/discoverse/collections/models/discoverse_models/mjcf/object/
|
| 51 |
+
assets/discoverse/collections/models/discoverse_models/meshes/object/
|
| 52 |
```
|
| 53 |
|
| 54 |
## Candidate external sources
|
|
|
|
| 62 |
| Objaverse / Objaverse-XL | https://objaverse.allenai.org | Large-scale everyday objects for object placement and scene variety | Import exact used asset IDs with original UID, license, source URL, and conversion pipeline. |
|
| 63 |
| Google Scanned Objects | https://app.ignitionrobotics.org/GoogleResearch/fuel/collections/Google%20Scanned%20Objects | Scanned household objects suitable for manipulation and placement | Import exact used model with provider URL and license metadata. |
|
| 64 |
| RoboCasa | https://robocasa.ai | Kitchen fixtures, objects, scenes, textures, and placement-style tasks | Import normalized assets under `assets/robocasa/...`. |
|
| 65 |
+
| DISCOVERSE | https://github.com/discoverse-dev/DISCOVERSE | MJCF task environments, manipulation objects, robots, and scenes | Already imported as `assets/discoverse/collections/models/discoverse_models/`. |
|
| 66 |
|
| 67 |
## Third-party intake checklist
|
| 68 |
|
docs/source_notes/discoverse.md
CHANGED
|
@@ -9,7 +9,7 @@ Imported from local clone:
|
|
| 9 |
- Imported asset root: `models/`
|
| 10 |
|
| 11 |
```text
|
| 12 |
-
assets/discoverse/models/
|
| 13 |
├── mjcf/
|
| 14 |
├── meshes/
|
| 15 |
└── urdf/
|
|
|
|
| 9 |
- Imported asset root: `models/`
|
| 10 |
|
| 11 |
```text
|
| 12 |
+
assets/discoverse/collections/models/discoverse_models/
|
| 13 |
├── mjcf/
|
| 14 |
├── meshes/
|
| 15 |
└── urdf/
|
docs/storage_spec.md
CHANGED
|
@@ -6,13 +6,23 @@
|
|
| 6 |
assets/<source>/<asset_type>/<category>/<asset_id>/
|
| 7 |
```
|
| 8 |
|
| 9 |
-
For large upstream trees that rely on many relative references,
|
| 10 |
|
| 11 |
```text
|
| 12 |
-
assets/<source>/<
|
| 13 |
```
|
| 14 |
|
| 15 |
-
In that case, keep the upstream directory layout intact and index the collection with a root `metadata.yaml`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Required per-asset files
|
| 18 |
|
|
|
|
| 6 |
assets/<source>/<asset_type>/<category>/<asset_id>/
|
| 7 |
```
|
| 8 |
|
| 9 |
+
For large upstream trees that rely on many relative references, use the same four-level layout and store the upstream tree inside the collection asset directory:
|
| 10 |
|
| 11 |
```text
|
| 12 |
+
assets/<source>/collections/<category>/<asset_id>/
|
| 13 |
```
|
| 14 |
|
| 15 |
+
In that case, keep the upstream directory layout intact inside the collection directory and index the collection with a root `metadata.yaml`.
|
| 16 |
+
|
| 17 |
+
Example:
|
| 18 |
+
|
| 19 |
+
```text
|
| 20 |
+
assets/discoverse/collections/models/discoverse_models/
|
| 21 |
+
├── metadata.yaml
|
| 22 |
+
├── mjcf/
|
| 23 |
+
├── meshes/
|
| 24 |
+
└── urdf/
|
| 25 |
+
```
|
| 26 |
|
| 27 |
## Required per-asset files
|
| 28 |
|