owhan commited on
Commit
2af7b31
·
1 Parent(s): 3052c30

lets try assets

Browse files

rm intermediates

rm backups

usdz to xet

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +5 -0
  2. assets/025_mug/.asset_hash +1 -0
  3. assets/025_mug/config.yaml +47 -0
  4. assets/025_mug/mesh.usd +3 -0
  5. assets/025_mug/textures/texture_map.png +3 -0
  6. assets/ajay_setup_zed_world/.asset_hash +1 -0
  7. assets/ajay_setup_zed_world/config.yaml +47 -0
  8. assets/ajay_setup_zed_world/mesh.glb +3 -0
  9. assets/ajay_setup_zed_world/mesh.obj +3 -0
  10. assets/ajay_setup_zed_world/mesh.usd +3 -0
  11. assets/ajay_setup_zed_world/splat.ply +3 -0
  12. assets/ajay_setup_zed_world/untextured.glb +3 -0
  13. assets/ajay_setup_zed_world/untextured.usd +3 -0
  14. assets/apple_csm/mesh.usdz +3 -0
  15. assets/baby_shoe/.asset_hash +1 -0
  16. assets/baby_shoe/config.yaml +47 -0
  17. assets/baby_shoe/gaussian.ply +3 -0
  18. assets/baby_shoe/mesh.glb +3 -0
  19. assets/baby_shoe/mesh.ply +3 -0
  20. assets/baby_shoe/mesh.usd +3 -0
  21. assets/baby_shoe/textures/mesh_texture0.png +3 -0
  22. assets/banana/.asset_hash +1 -0
  23. assets/banana/config.yaml +47 -0
  24. assets/banana/gaussian.ply +3 -0
  25. assets/banana/mesh.glb +3 -0
  26. assets/banana/mesh.ply +3 -0
  27. assets/banana/mesh.usd +3 -0
  28. assets/banana/textures/mesh_texture0.png +3 -0
  29. assets/banana_csm/mesh.usdz +3 -0
  30. assets/battery_csm/mesh.usdz +3 -0
  31. assets/bell_pepper_csm/mesh.usdz +3 -0
  32. assets/big_green_bowl/.asset_hash +1 -0
  33. assets/big_green_bowl/config.yaml +47 -0
  34. assets/big_green_bowl/gaussian.ply +3 -0
  35. assets/big_green_bowl/mesh.glb +3 -0
  36. assets/big_green_bowl/mesh.ply +3 -0
  37. assets/big_green_bowl/mesh.usd +3 -0
  38. assets/big_green_bowl/textures/mesh_texture0.png +3 -0
  39. assets/blackmarker/.asset_hash +1 -0
  40. assets/blackmarker/config.yaml +47 -0
  41. assets/blackmarker/gaussian.ply +3 -0
  42. assets/blackmarker/mesh.glb +3 -0
  43. assets/blackmarker/mesh.ply +3 -0
  44. assets/blackmarker/mesh.usd +3 -0
  45. assets/blackmarker/textures/mesh_texture0.png +3 -0
  46. assets/blue_block_csm/mesh.usdz +3 -0
  47. assets/blue_cup_csm/mesh.usdz +3 -0
  48. assets/blue_mug_csm/mesh.usdz +3 -0
  49. assets/blue_plate/.asset_hash +1 -0
  50. assets/blue_plate/config.yaml +47 -0
.gitattributes CHANGED
@@ -57,3 +57,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ *.obj filter=lfs diff=lfs merge=lfs -text
61
+ *.ply filter=lfs diff=lfs merge=lfs -text
62
+ *.usd filter=lfs diff=lfs merge=lfs -text
63
+ *.glb filter=lfs diff=lfs merge=lfs -text
64
+ *.usdz filter=lfs diff=lfs merge=lfs -text
assets/025_mug/.asset_hash ADDED
@@ -0,0 +1 @@
 
 
1
+ 0ea8d464526fb0d9a9b9611b67a017af
assets/025_mug/config.yaml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ asset_path: /home/arhan/projects/real2simeval/data/assets/ycb/025_mug/google_16k/textured.obj
2
+ usd_dir: /home/arhan/projects/real2simeval/data/assets/ycb/025_mug
3
+ usd_file_name: mesh.usd
4
+ force_usd_conversion: true
5
+ make_instanceable: false
6
+ mass_props:
7
+ mass: 1.0
8
+ density: null
9
+ rigid_props:
10
+ rigid_body_enabled: null
11
+ kinematic_enabled: null
12
+ disable_gravity: null
13
+ linear_damping: null
14
+ angular_damping: null
15
+ max_linear_velocity: null
16
+ max_angular_velocity: null
17
+ max_depenetration_velocity: null
18
+ max_contact_impulse: null
19
+ enable_gyroscopic_forces: null
20
+ retain_accelerations: null
21
+ solver_position_iteration_count: null
22
+ solver_velocity_iteration_count: null
23
+ sleep_threshold: null
24
+ stabilization_threshold: null
25
+ collision_props:
26
+ collision_enabled: true
27
+ contact_offset: null
28
+ rest_offset: null
29
+ torsional_patch_radius: null
30
+ min_torsional_patch_radius: null
31
+ collision_approximation: meshSimplification
32
+ translation: !!python/tuple
33
+ - 0.0
34
+ - 0.0
35
+ - 0.0
36
+ rotation: !!python/tuple
37
+ - 1.0
38
+ - 0.0
39
+ - 0.0
40
+ - 0.0
41
+ scale: !!python/tuple
42
+ - 1.0
43
+ - 1.0
44
+ - 1.0
45
+ ##
46
+ # Generated by MeshConverter on 2025-04-25 at 15:03:49.
47
+ ##
assets/025_mug/mesh.usd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de13ff88e6174273fe097c77a5d266fcd76f697c2365536a147d8143c74cbf84
3
+ size 1157553
assets/025_mug/textures/texture_map.png ADDED

Git LFS Details

  • SHA256: 1131a0ee591d59e0a77e55ff9d72aeac07af76a0f9ed09cbd01489498649ef1f
  • Pointer size: 132 Bytes
  • Size of remote file: 5.78 MB
assets/ajay_setup_zed_world/.asset_hash ADDED
@@ -0,0 +1 @@
 
 
1
+ 8f5acc8efc0ed9de41d056298ef6a5bb
assets/ajay_setup_zed_world/config.yaml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ asset_path: /home/arhan/projects/real2simeval/data/assets/ajay_setup_zed_world/untextured.glb
2
+ usd_dir: /home/arhan/projects/real2simeval/data/assets/ajay_setup_zed_world
3
+ usd_file_name: untextured.usd
4
+ force_usd_conversion: true
5
+ make_instanceable: false
6
+ mass_props:
7
+ mass: 1.0
8
+ density: null
9
+ rigid_props:
10
+ rigid_body_enabled: null
11
+ kinematic_enabled: null
12
+ disable_gravity: null
13
+ linear_damping: null
14
+ angular_damping: null
15
+ max_linear_velocity: null
16
+ max_angular_velocity: null
17
+ max_depenetration_velocity: null
18
+ max_contact_impulse: null
19
+ enable_gyroscopic_forces: null
20
+ retain_accelerations: null
21
+ solver_position_iteration_count: null
22
+ solver_velocity_iteration_count: null
23
+ sleep_threshold: null
24
+ stabilization_threshold: null
25
+ collision_props:
26
+ collision_enabled: true
27
+ contact_offset: null
28
+ rest_offset: null
29
+ torsional_patch_radius: null
30
+ min_torsional_patch_radius: null
31
+ collision_approximation: meshSimplification
32
+ translation: !!python/tuple
33
+ - 0.0
34
+ - 0.0
35
+ - 0.0
36
+ rotation: !!python/tuple
37
+ - 1.0
38
+ - 0.0
39
+ - 0.0
40
+ - 0.0
41
+ scale: !!python/tuple
42
+ - 1.0
43
+ - 1.0
44
+ - 1.0
45
+ ##
46
+ # Generated by MeshConverter on 2025-11-06 at 22:54:38.
47
+ ##
assets/ajay_setup_zed_world/mesh.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dee045b3e9e4eb351692fab42349368614c65689c431164b95f55d3c6e63afb
3
+ size 328080
assets/ajay_setup_zed_world/mesh.obj ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb7fa26b8e62d78fad9a3619f2a35bae08e68a5fa7435684c15a916c4691b651
3
+ size 790896
assets/ajay_setup_zed_world/mesh.usd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eaca5d21217d43db5ae2c15f4215de2e61b719b03392c2cdd1f61e484a8a32b
3
+ size 956843
assets/ajay_setup_zed_world/splat.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7bc563cdadea68e406e60ae24c100da306ec03da51b8c851de779c3e6a4412f
3
+ size 133116027
assets/ajay_setup_zed_world/untextured.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16ddac279ac539aa64039a9f191e06c95dd73d1487b255ecf29d194b9466c075
3
+ size 202836
assets/ajay_setup_zed_world/untextured.usd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:778ea45be8f55cea8603342efbc95a7fb5068adc36efbe0e78deed8099f635ee
3
+ size 439483
assets/apple_csm/mesh.usdz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceaf9e9cc156adaf22421abbcaf918dac6448fd1cdc67e4fa53d0b63b713b8e5
3
+ size 2184256
assets/baby_shoe/.asset_hash ADDED
@@ -0,0 +1 @@
 
 
1
+ e9b5a71145b51cc1af38d70a77aad632
assets/baby_shoe/config.yaml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ asset_path: /home/arhan/projects/real2simeval/data/assets/baby_shoe/mesh.glb
2
+ usd_dir: /home/arhan/projects/real2simeval/data/assets/baby_shoe
3
+ usd_file_name: mesh.usd
4
+ force_usd_conversion: true
5
+ make_instanceable: false
6
+ mass_props:
7
+ mass: 1.0
8
+ density: null
9
+ rigid_props:
10
+ rigid_body_enabled: null
11
+ kinematic_enabled: null
12
+ disable_gravity: null
13
+ linear_damping: null
14
+ angular_damping: null
15
+ max_linear_velocity: null
16
+ max_angular_velocity: null
17
+ max_depenetration_velocity: null
18
+ max_contact_impulse: null
19
+ enable_gyroscopic_forces: null
20
+ retain_accelerations: null
21
+ solver_position_iteration_count: null
22
+ solver_velocity_iteration_count: null
23
+ sleep_threshold: null
24
+ stabilization_threshold: null
25
+ collision_props:
26
+ collision_enabled: true
27
+ contact_offset: null
28
+ rest_offset: null
29
+ torsional_patch_radius: null
30
+ min_torsional_patch_radius: null
31
+ collision_approximation: meshSimplification
32
+ translation: !!python/tuple
33
+ - 0.0
34
+ - 0.0
35
+ - 0.0
36
+ rotation:
37
+ - 0.7071067690849304
38
+ - 0.7071067690849304
39
+ - 0.0
40
+ - 0.0
41
+ scale: !!python/tuple
42
+ - 1.0
43
+ - 1.0
44
+ - 1.0
45
+ ##
46
+ # Generated by MeshConverter on 2025-10-12 at 18:31:37.
47
+ ##
assets/baby_shoe/gaussian.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5ee0c57713c0d0c6d6cd24bba5cd0d290c21d946f05eeb7cf9c569cccf8d8b3
3
+ size 18618272
assets/baby_shoe/mesh.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff09f863b80d4e0988fc28de48dff1ca518f2196eadc47e6017a5f021c8cab01
3
+ size 8422940
assets/baby_shoe/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47762aab0ba6a46e40123cf2660fac17f95dfd86dba8c0ae0b7cb3060225de05
3
+ size 5635642
assets/baby_shoe/mesh.usd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6357c5ce30f3abf5b52d5e55d65af21f390c3023337fb7e52a0b1f6cf0c0fac1
3
+ size 9857341
assets/baby_shoe/textures/mesh_texture0.png ADDED

Git LFS Details

  • SHA256: 2d759d5e41be821c84e14da503b06778578b71a6de0e625cd7ac08001e0d10bc
  • Pointer size: 132 Bytes
  • Size of remote file: 1.57 MB
assets/banana/.asset_hash ADDED
@@ -0,0 +1 @@
 
 
1
+ 8e180bae0a2657f2d9a09ad6aba7ea7f
assets/banana/config.yaml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ asset_path: /home/arhan/projects/real2simeval/data/assets/banana/mesh.glb
2
+ usd_dir: /home/arhan/projects/real2simeval/data/assets/banana
3
+ usd_file_name: mesh.usd
4
+ force_usd_conversion: true
5
+ make_instanceable: false
6
+ mass_props:
7
+ mass: 1.0
8
+ density: null
9
+ rigid_props:
10
+ rigid_body_enabled: null
11
+ kinematic_enabled: null
12
+ disable_gravity: null
13
+ linear_damping: null
14
+ angular_damping: null
15
+ max_linear_velocity: null
16
+ max_angular_velocity: null
17
+ max_depenetration_velocity: null
18
+ max_contact_impulse: null
19
+ enable_gyroscopic_forces: null
20
+ retain_accelerations: null
21
+ solver_position_iteration_count: null
22
+ solver_velocity_iteration_count: null
23
+ sleep_threshold: null
24
+ stabilization_threshold: null
25
+ collision_props:
26
+ collision_enabled: true
27
+ contact_offset: null
28
+ rest_offset: null
29
+ torsional_patch_radius: null
30
+ min_torsional_patch_radius: null
31
+ collision_approximation: meshSimplification
32
+ translation: !!python/tuple
33
+ - 0.0
34
+ - 0.0
35
+ - 0.0
36
+ rotation:
37
+ - 0.7071067690849304
38
+ - 0.7071067690849304
39
+ - 0.0
40
+ - 0.0
41
+ scale: !!python/tuple
42
+ - 1.0
43
+ - 1.0
44
+ - 1.0
45
+ ##
46
+ # Generated by MeshConverter on 2025-10-12 at 18:31:59.
47
+ ##
assets/banana/gaussian.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e12d14dbfc07ce0ab8b7fb9091398af43b5e1690ab9d6e153b68c0d44bfa30d6
3
+ size 7881888
assets/banana/mesh.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11ee1f7c82aa919bb91e34bac21d69ef9cf9551eabb830739764843cc743d56d
3
+ size 4222588
assets/banana/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3f185ca3dd956b835a863b65c49df64a474f61a5890e325ae49f995297c565b
3
+ size 2471277
assets/banana/mesh.usd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2169bffdc5a98da719cc119d9e8819c27cf873877d1cabf190cd420554fb973b
3
+ size 4310999
assets/banana/textures/mesh_texture0.png ADDED

Git LFS Details

  • SHA256: 3405bec7804958ad7f298dd2f41f6fb94c88134b7dd68dae78a96ea073f8554f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.22 MB
assets/banana_csm/mesh.usdz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:010ce335d4db6c5d6072fd13262312a3725a4425eb9c2bc7d39addb18f0317f2
3
+ size 2762348
assets/battery_csm/mesh.usdz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c003b0c2b4ae4b119d9f28eb83428781d0cb87300fc8e091ac3564d8a83bb1e
3
+ size 419541
assets/bell_pepper_csm/mesh.usdz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c27411662e6efc0a43b2f8500c65af48981ac0bedd3f5721128657c8ece98d55
3
+ size 391058
assets/big_green_bowl/.asset_hash ADDED
@@ -0,0 +1 @@
 
 
1
+ a343343598b06592f36d42336d805ff0
assets/big_green_bowl/config.yaml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ asset_path: /home/arhan/projects/real2simeval/data/assets/big_green_bowl/mesh.glb
2
+ usd_dir: /home/arhan/projects/real2simeval/data/assets/big_green_bowl
3
+ usd_file_name: mesh.usd
4
+ force_usd_conversion: true
5
+ make_instanceable: false
6
+ mass_props:
7
+ mass: 1.0
8
+ density: null
9
+ rigid_props:
10
+ rigid_body_enabled: null
11
+ kinematic_enabled: null
12
+ disable_gravity: null
13
+ linear_damping: null
14
+ angular_damping: null
15
+ max_linear_velocity: null
16
+ max_angular_velocity: null
17
+ max_depenetration_velocity: null
18
+ max_contact_impulse: null
19
+ enable_gyroscopic_forces: null
20
+ retain_accelerations: null
21
+ solver_position_iteration_count: null
22
+ solver_velocity_iteration_count: null
23
+ sleep_threshold: null
24
+ stabilization_threshold: null
25
+ collision_props:
26
+ collision_enabled: true
27
+ contact_offset: null
28
+ rest_offset: null
29
+ torsional_patch_radius: null
30
+ min_torsional_patch_radius: null
31
+ collision_approximation: meshSimplification
32
+ translation: !!python/tuple
33
+ - 0.0
34
+ - 0.0
35
+ - 0.0
36
+ rotation:
37
+ - 0.7071067690849304
38
+ - 0.7071067690849304
39
+ - 0.0
40
+ - 0.0
41
+ scale: !!python/tuple
42
+ - 1.0
43
+ - 1.0
44
+ - 1.0
45
+ ##
46
+ # Generated by MeshConverter on 2025-10-12 at 18:32:15.
47
+ ##
assets/big_green_bowl/gaussian.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edc7d95758ab8013a748ee54fd83ad3153670733be8530d3c7ba623a9d272bec
3
+ size 39396896
assets/big_green_bowl/mesh.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cd480f9a5b2f315fec7d5eefb50a2107928265280493e7f51a868655d3ac0a1
3
+ size 16331264
assets/big_green_bowl/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c2dd436658558cdf30f206b4b62ef508b96ddaef9804c88ed331802e15356d5
3
+ size 13574776
assets/big_green_bowl/mesh.usd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5064d62b29692e4e9621b55f4833141b5b2bf37af6ad953f68fbf05d5b9167b1
3
+ size 22625292
assets/big_green_bowl/textures/mesh_texture0.png ADDED

Git LFS Details

  • SHA256: 7c5bc2886d9287ea187e7b8e09fd5aa0005c445172aef7fbb5e9c11a131f4d1a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.32 MB
assets/blackmarker/.asset_hash ADDED
@@ -0,0 +1 @@
 
 
1
+ 47ffcf065f46f18681a50bddcbca33f6
assets/blackmarker/config.yaml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ asset_path: /home/arhan/projects/real2simeval/data/assets/blackmarker/mesh.glb
2
+ usd_dir: /home/arhan/projects/real2simeval/data/assets/blackmarker
3
+ usd_file_name: mesh.usd
4
+ force_usd_conversion: true
5
+ make_instanceable: false
6
+ mass_props:
7
+ mass: 1.0
8
+ density: null
9
+ rigid_props:
10
+ rigid_body_enabled: null
11
+ kinematic_enabled: null
12
+ disable_gravity: null
13
+ linear_damping: null
14
+ angular_damping: null
15
+ max_linear_velocity: null
16
+ max_angular_velocity: null
17
+ max_depenetration_velocity: null
18
+ max_contact_impulse: null
19
+ enable_gyroscopic_forces: null
20
+ retain_accelerations: null
21
+ solver_position_iteration_count: null
22
+ solver_velocity_iteration_count: null
23
+ sleep_threshold: null
24
+ stabilization_threshold: null
25
+ collision_props:
26
+ collision_enabled: true
27
+ contact_offset: null
28
+ rest_offset: null
29
+ torsional_patch_radius: null
30
+ min_torsional_patch_radius: null
31
+ collision_approximation: meshSimplification
32
+ translation: !!python/tuple
33
+ - 0.0
34
+ - 0.0
35
+ - 0.0
36
+ rotation:
37
+ - 0.7071067690849304
38
+ - 0.7071067690849304
39
+ - 0.0
40
+ - 0.0
41
+ scale: !!python/tuple
42
+ - 1.0
43
+ - 1.0
44
+ - 1.0
45
+ ##
46
+ # Generated by MeshConverter on 2025-10-12 at 18:31:57.
47
+ ##
assets/blackmarker/gaussian.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f127348544e6496e93b418a6fca1485229bf3560e37a60b4ceb999093a9e86f
3
+ size 3997727
assets/blackmarker/mesh.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d79ce26fca1fb8ce2d530d0911eecc9151451070e6507b6cea9a748bec43b884
3
+ size 2341176
assets/blackmarker/mesh.ply ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1acada4cd9876e8e2ac91dfc44d8277a8362ec8579753b01e8f9623dd1e6ddbc
3
+ size 1203128
assets/blackmarker/mesh.usd ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebda59636a72dccd148f084c176da20e3f7d06c1d00b304b9f1b908aa51406ac
3
+ size 2035494
assets/blackmarker/textures/mesh_texture0.png ADDED

Git LFS Details

  • SHA256: 3f89034488f1b76cb570f7ebcde1b5d6e68588e360450cff3a4125132edbd853
  • Pointer size: 131 Bytes
  • Size of remote file: 947 kB
assets/blue_block_csm/mesh.usdz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:841f98db0a56d302f9ebd1fe22c52e5695cf3903be58c71dacff856fa1e9f4a0
3
+ size 705745
assets/blue_cup_csm/mesh.usdz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9f0cf859e69a7e4075f681f4be1ee7ab21bc085d2525dac523e528f449ff9dd
3
+ size 421918
assets/blue_mug_csm/mesh.usdz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b6e81da281f32bb49a8df6906c8c67b7502a82164bc22f652c07c508066325b
3
+ size 402128
assets/blue_plate/.asset_hash ADDED
@@ -0,0 +1 @@
 
 
1
+ bbfeeeccede4b0d5a2cc979a8ff00abb
assets/blue_plate/config.yaml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ asset_path: /home/arhan/projects/real2simeval/data/assets/blue_plate/mesh.glb
2
+ usd_dir: /home/arhan/projects/real2simeval/data/assets/blue_plate
3
+ usd_file_name: mesh.usd
4
+ force_usd_conversion: true
5
+ make_instanceable: false
6
+ mass_props:
7
+ mass: 1.0
8
+ density: null
9
+ rigid_props:
10
+ rigid_body_enabled: null
11
+ kinematic_enabled: null
12
+ disable_gravity: null
13
+ linear_damping: null
14
+ angular_damping: null
15
+ max_linear_velocity: null
16
+ max_angular_velocity: null
17
+ max_depenetration_velocity: null
18
+ max_contact_impulse: null
19
+ enable_gyroscopic_forces: null
20
+ retain_accelerations: null
21
+ solver_position_iteration_count: null
22
+ solver_velocity_iteration_count: null
23
+ sleep_threshold: null
24
+ stabilization_threshold: null
25
+ collision_props:
26
+ collision_enabled: true
27
+ contact_offset: null
28
+ rest_offset: null
29
+ torsional_patch_radius: null
30
+ min_torsional_patch_radius: null
31
+ collision_approximation: meshSimplification
32
+ translation: !!python/tuple
33
+ - 0.0
34
+ - 0.0
35
+ - 0.0
36
+ rotation:
37
+ - 0.7071067690849304
38
+ - 0.7071067690849304
39
+ - 0.0
40
+ - 0.0
41
+ scale: !!python/tuple
42
+ - 1.0
43
+ - 1.0
44
+ - 1.0
45
+ ##
46
+ # Generated by MeshConverter on 2025-10-12 at 18:32:13.
47
+ ##