nepfaff commited on
Commit
f704036
·
verified ·
1 Parent(s): 6818884

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -72,6 +72,25 @@ rm -rf data/scenesmith-preprocessed-data
72
 
73
  To preprocess ArtVIP assets yourself (or to process updated versions), use [mesh-to-sim-asset](https://github.com/nepfaff/mesh-to-sim-asset) to convert from USD to Drake SDFormat.
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  ## Attribution
76
 
77
  The articulated object assets are derived from the [ArtVIP](https://huggingface.co/datasets/x-humanoid-robomind/ArtVIP) dataset, licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
 
72
 
73
  To preprocess ArtVIP assets yourself (or to process updated versions), use [mesh-to-sim-asset](https://github.com/nepfaff/mesh-to-sim-asset) to convert from USD to Drake SDFormat.
74
 
75
+ ## AmbientCG Material Embeddings
76
+
77
+ Pre-computed CLIP embeddings for [AmbientCG](https://ambientcg.com/) PBR materials, enabling text-based material retrieval for walls, floors, and surfaces.
78
+
79
+ The embeddings are computed from AmbientCG preview images using CLIP (ViT-H-14-378-quickgelu, 1024D).
80
+
81
+ > **Note:** You still need to download the actual material textures from AmbientCG separately (see SceneSmith README). This dataset only contains the pre-computed embeddings to skip the computation step.
82
+
83
+ ### Usage with SceneSmith
84
+
85
+ ```sh
86
+ huggingface-cli download nepfaff/scenesmith-preprocessed-data \
87
+ --repo-type dataset \
88
+ --include "ambientcg/embeddings/**" \
89
+ --local-dir data/scenesmith-preprocessed-data
90
+ mv data/scenesmith-preprocessed-data/ambientcg/embeddings data/materials/embeddings
91
+ rm -rf data/scenesmith-preprocessed-data
92
+ ```
93
+
94
  ## Attribution
95
 
96
  The articulated object assets are derived from the [ArtVIP](https://huggingface.co/datasets/x-humanoid-robomind/ArtVIP) dataset, licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).