AnonymousSubmitt commited on
Commit
eae6d78
·
verified ·
1 Parent(s): 34f1c47

Add realworld_subset/Composition/8

Browse files
realworld_subset/Composition/8/annotation.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Environment: g=9.81, F_drag=!=0
2
+ Ground: e=0.5
3
+ PingPongBall: d = 0.04, e = 0.71, m = 0.003, h = 0.77, v_0 = 0.0
4
+ Floorball: d = 0.07, e = 0.86, m = 0.02, h = 0.77, v_0 = 0.69
realworld_subset/Composition/8/annotation_config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "environment": {
3
+ "air_resistance": "!=0",
4
+ "gravity": 9.81
5
+ },
6
+ "ground": {
7
+ "dynamic_friction": "TODO",
8
+ "label": "Ground",
9
+ "restitution": 0.5,
10
+ "static_friction": "TODO"
11
+ },
12
+ "objects": [
13
+ {
14
+ "height": 0.77,
15
+ "id": 1,
16
+ "initial_velocity_u": 0,
17
+ "initial_velocity_v": 0,
18
+ "mass": 0.0027,
19
+ "name": "PingPongBall",
20
+ "restitution": 0.71,
21
+ "size": 0.04,
22
+ "size_symbol": "d",
23
+ "static": true
24
+ },
25
+ {
26
+ "height": 0.77,
27
+ "id": 2,
28
+ "initial_velocity_u": -0.692585,
29
+ "initial_velocity_v": 0,
30
+ "mass": 0.023,
31
+ "name": "Floorball",
32
+ "restitution": 0.86,
33
+ "size": 0.07,
34
+ "size_symbol": "d",
35
+ "static": false
36
+ }
37
+ ],
38
+ "render": {
39
+ "axes_arrow_head_width": 20,
40
+ "axes_arrow_length": 75,
41
+ "axes_arrow_width": 8,
42
+ "fontsize": 20,
43
+ "margin_axes_range": [
44
+ 5,
45
+ 50
46
+ ],
47
+ "margin_env_range": [
48
+ 5,
49
+ 50
50
+ ],
51
+ "margin_ground_range": [
52
+ 5,
53
+ 50
54
+ ],
55
+ "velocity_arrow_head_width": 30,
56
+ "velocity_arrow_length": 100,
57
+ "velocity_arrow_width": 10
58
+ },
59
+ "task_type": "composition"
60
+ }
realworld_subset/Composition/8/formula_info.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "correct_letter": "A",
3
+ "correct_formula": "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
4
+ "annotation": "Environment: g=9.81, F_drag=!=0\nGround: e=0.5\nPingPongBall: d = 0.04, e = 0.71, m = 0.003, h = 0.77, v_0 = 0.0\nFloorball: d = 0.07, e = 0.86, m = 0.02, h = 0.77, v_0 = 0.69",
5
+ "choices": [
6
+ "y = h + x·tanθ - g·x² / (2·v_0²·cos²θ)",
7
+ "t_flight = 2·v_0·sin²θ / g",
8
+ "a_n = v² / ρ",
9
+ "ΔS = Q_rev / T"
10
+ ],
11
+ "correct_index": 0,
12
+ "physics_type": "Composition",
13
+ "composition_sources": [
14
+ "InelasticCollision",
15
+ "Projectile"
16
+ ],
17
+ "choice_sources": [
18
+ "Projectile",
19
+ "Projectile",
20
+ "Projectile",
21
+ "InelasticCollision"
22
+ ],
23
+ "seed": "Composition|Composition/8",
24
+ "is_realworld": true,
25
+ "dropped_wrong_formulas": [
26
+ "InelasticCollision: W_f = ∫ μ_k·m·g·ds = ΔE_k",
27
+ "Projectile: F_drag = (1/2)·C_d·ρ·A·v² (A = π·(d/2)²)"
28
+ ]
29
+ }
realworld_subset/Composition/8/initial_state/initial_velocity.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "data/processed/Composition/8/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "scale_px": 32.0,
5
+ "scale_meters": 0.04,
6
+ "meters_per_pixel": 0.00125,
7
+ "velocities": {
8
+ "1": {
9
+ "u_ms": 0.0,
10
+ "v_ms": 0.0,
11
+ "speed_ms": 0.0,
12
+ "du_px": 0.0,
13
+ "dv_px": 0.0,
14
+ "static": true
15
+ },
16
+ "2": {
17
+ "u_ms": -0.692585,
18
+ "v_ms": -0.018549,
19
+ "speed_ms": 0.692834,
20
+ "du_px": -18.4689,
21
+ "dv_px": -0.4946,
22
+ "static": false
23
+ }
24
+ }
25
+ }
realworld_subset/Composition/8/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53b501476ec578650d0c11d7b6e18f7ca63a485bc4df5df379992f1395c596f1
3
+ size 2048128
realworld_subset/Composition/8/initial_state/mask_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40d192670c0a71b24cb2da690061971e9b14839d009e11e94c979bfc3b047a30
3
+ size 1024128
realworld_subset/Composition/8/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: f24230297be4cdc63338ef8be6307fd641745bdabac3e4de131d6aaea9a41ec2
  • Pointer size: 131 Bytes
  • Size of remote file: 227 kB
realworld_subset/Composition/8/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 4b2420112ccb03fa9eb1dfd86a51c9a65c99334942698f3f72bb51f110988913
  • Pointer size: 130 Bytes
  • Size of remote file: 57 kB
realworld_subset/Composition/8/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 7ecb2ba5a4afc3dc92dc84ea26c204864a0a11da2e83b06fdb16de1647ab8089
  • Pointer size: 130 Bytes
  • Size of remote file: 13.5 kB
realworld_subset/Composition/8/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7953b2815ca79dc93aa04958c48f3f73a7f6b3f672c4f864f9787e63fd2fb9ba
3
+ size 71657
realworld_subset/Composition/8/instantaneous_velocity/mask.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d605351e67e22bd3c36ba3c97ee8e01db344ea6dca43135c978c0e117afd7569
3
+ size 1024128
realworld_subset/Composition/8/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "video_path": "/mnt/afs/fanweichen/yrm/VMEvalKit/preprocess/data/processed/Composition/8/rgb/video.mp4",
3
+ "fps": 30.0,
4
+ "time_seconds": 0.7,
5
+ "frame_index": 21,
6
+ "scale_px": 32.0,
7
+ "scale_meters": 0.04,
8
+ "meters_per_pixel": 0.00125,
9
+ "velocities": {
10
+ "1": {
11
+ "u_ms": -0.840717,
12
+ "v_ms": 2.313983,
13
+ "speed_ms": 2.461976,
14
+ "du_px": -22.4191,
15
+ "dv_px": 61.7062,
16
+ "static": false
17
+ },
18
+ "2": {
19
+ "u_ms": -0.580209,
20
+ "v_ms": 1.808459,
21
+ "speed_ms": 1.899255,
22
+ "du_px": -15.4723,
23
+ "dv_px": 48.2256,
24
+ "static": false
25
+ }
26
+ }
27
+ }
realworld_subset/Composition/8/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 0fd867fdab59e2b8ec4152a5656e70a09355ea4052e47ce2b90ce1a9273d1af7
  • Pointer size: 131 Bytes
  • Size of remote file: 596 kB
realworld_subset/Composition/8/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb93cde44ec599af16c27e31842da04b663c820b7780e489cb4c933ba6ffae9
3
+ size 39443
realworld_subset/Composition/8/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.0
realworld_subset/Composition/8/rgb/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d1a9a88bb8c1609a27490c54666b27de0d57d9b0c0b2aa601d43e00f73a1a4
3
+ size 427017