Zili2002 commited on
Commit
78f7b4a
·
verified ·
1 Parent(s): 2e1d732

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ cloth3/log/gs/scans/cloth3/cloth3.ply filter=lfs diff=lfs merge=lfs -text
62
+ cloth3/log/gs/scans/scene_gripper/scene_gripper.ply filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # DeformGen SimAssets
2
+
3
+ This repository contains DeformGen-specific simulation assets that are not hosted by upstream `real2sim-eval` assets.
4
+
5
+ ## Contents
6
+
7
+ - `cloth3/`: Cloth3 Gaussian Splatting, PhysTwin checkpoint, optimized parameters, and config snapshot.
8
+
9
+ Rope and sloth assets should be resolved from the upstream MIT-licensed `real2sim-eval` Hugging Face assets referenced in the DeformGen release plan and repository asset manifest.
cloth3/README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # DeformGen cloth3 Simulation Assets
2
+
3
+ Download this directory and merge its contents into the DeformGen repository root, or let `deformgen-fetch sim-assets --case cloth3` materialize the listed runtime targets.
cloth3/asset_manifest.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "case": "cloth3",
3
+ "layout": "merge this cloth3 directory into the DeformGen repository root",
4
+ "required_runtime_targets": {
5
+ "gs_object": "log/gs/scans/cloth3/cloth3.ply",
6
+ "gs_scene": "log/gs/scans/scene_gripper/scene_gripper.ply",
7
+ "gs_mask": "log/gs/scans/scene_gripper/scene_gripper_mask.npy",
8
+ "physics_root": "log/phystwin/cloth3"
9
+ },
10
+ "excluded": [
11
+ "scene_gripper_raw.ply",
12
+ "robot URDF assets already shipped with DeformGen code"
13
+ ],
14
+ "generated_at": "2026-06-23T15:59:59.146093+00:00",
15
+ "files": [
16
+ {
17
+ "path": "config_snapshot/cloth3.yaml",
18
+ "bytes": 979,
19
+ "sha256": "a4044552c349c65aafc3d498c4c6ce3ee6170976464578db63e27e34d2ebd209"
20
+ },
21
+ {
22
+ "path": "log/gs/scans/cloth3/cloth3.ply",
23
+ "bytes": 17251418,
24
+ "sha256": "29e22b7a28869d7034f5a58d5a7c774b64d6b6cd9d9e653dedef5883579864c7"
25
+ },
26
+ {
27
+ "path": "log/gs/scans/scene_gripper/scene_gripper.ply",
28
+ "bytes": 76477277,
29
+ "sha256": "5683ea4957a936a2ec3b39642559b7fa72e57a3d9b403f79a1a4ffff98af168d"
30
+ },
31
+ {
32
+ "path": "log/gs/scans/scene_gripper/scene_gripper_mask.npy",
33
+ "bytes": 1296328,
34
+ "sha256": "b02e2167ccf3ef5c5db9f8c4e61bd72228070a202f0ec38cc440968e2cc443e2"
35
+ },
36
+ {
37
+ "path": "log/phystwin/cloth3/data/cloth3_0001/final_data.pkl",
38
+ "bytes": 27607046,
39
+ "sha256": "c823c86c5d2b29c289287c46ad1c6fa5c50e7c9c84b5e61f21fe2001b9dc0a88"
40
+ },
41
+ {
42
+ "path": "log/phystwin/cloth3/experiments/cloth3_0001/train/best_99.pth",
43
+ "bytes": 1253978,
44
+ "sha256": "93f6d095c645550e0ac9c4916d842b42b223d5c5d8dbab524e3636b8e544daaa"
45
+ },
46
+ {
47
+ "path": "log/phystwin/cloth3/experiments_optimization/cloth3_0001/optimal_params.pkl",
48
+ "bytes": 551,
49
+ "sha256": "2e14aa3aef2e695933fc1355b828b25d43d46a989f5f9e220c8aa53928f01bc3"
50
+ }
51
+ ]
52
+ }
cloth3/config_snapshot/cloth3.yaml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ use_shs: False
2
+ use_grid_randomization: False
3
+
4
+ # double_lift_cloth_1 对应 PhysTwin 数据 (final_data.pkl) 的物体点数
5
+ num_object_points: 4742
6
+
7
+ scene:
8
+ table_splat_path: 'log/gs/scans/scene_gripper/scene_gripper.ply'
9
+ total_mask_path: 'log/gs/scans/scene_gripper/scene_gripper_mask.npy'
10
+ color_A: [
11
+ -0.218, 1.491, 0.410, 1.006, -1.334, -0.439,
12
+ -0.396, 1.112, 0.665, 0.876, -0.996, -0.422,
13
+ -0.174, 0.438, 0.985, 0.452, -0.302, -0.579
14
+ ]
15
+ color_b: [
16
+ 0.162, 0.123, 0.070
17
+ ]
18
+
19
+ object:
20
+ path: 'log/gs/scans/cloth3/cloth3.ply'
21
+ # 绕 x 轴旋转 180 度
22
+ pose: [
23
+ 1.0, 0.0, 0.0, 0.4,
24
+ 0.0, -1.0, 0.0, 0.0,
25
+ 0.0, 0.0, -1.0, 0.05,
26
+ 0.0, 0.0, 0.0, 1.0
27
+ ]
28
+ translation_range: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
29
+ azimuth_range: [0, 0]
30
+ color_A: [
31
+ 1.0, 0.0, 0.0,
32
+ 0.0, 1.0, 0.0,
33
+ 0.0, 0.0, 1.0
34
+ ]
35
+ color_b: [
36
+ 0.0, 0.0, 0.0
37
+ ]
38
+
39
+ grid_randomization:
40
+ xy:
41
+ - [0.0, 0.0]
42
+ theta:
43
+ - 0
44
+ one_to_one: false
45
+
46
+ meshes: []
cloth3/log/gs/scans/cloth3/cloth3.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29e22b7a28869d7034f5a58d5a7c774b64d6b6cd9d9e653dedef5883579864c7
3
+ size 17251418
cloth3/log/gs/scans/scene_gripper/scene_gripper.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5683ea4957a936a2ec3b39642559b7fa72e57a3d9b403f79a1a4ffff98af168d
3
+ size 76477277
cloth3/log/gs/scans/scene_gripper/scene_gripper_mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b02e2167ccf3ef5c5db9f8c4e61bd72228070a202f0ec38cc440968e2cc443e2
3
+ size 1296328
cloth3/log/phystwin/cloth3/data/cloth3_0001/final_data.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c823c86c5d2b29c289287c46ad1c6fa5c50e7c9c84b5e61f21fe2001b9dc0a88
3
+ size 27607046
cloth3/log/phystwin/cloth3/experiments/cloth3_0001/train/best_99.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93f6d095c645550e0ac9c4916d842b42b223d5c5d8dbab524e3636b8e544daaa
3
+ size 1253978
cloth3/log/phystwin/cloth3/experiments_optimization/cloth3_0001/optimal_params.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e14aa3aef2e695933fc1355b828b25d43d46a989f5f9e220c8aa53928f01bc3
3
+ size 551