KairuiHu commited on
Commit
7c7a154
·
verified ·
1 Parent(s): 3171c81

Add new cases batch 3/5: inclined_plane/3, inclined_plane_newbatch/1, inclined_plane_newbatch/8, inelastic_collision/1, inelastic_collision/2

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. inclined_plane/3/annotation.txt +4 -0
  2. inclined_plane/3/first_frame_ablation/0000.png +3 -0
  3. inclined_plane/3/formula_info.json +1 -0
  4. inclined_plane/3/initial_state/instance_segmentation_0000.npy +3 -0
  5. inclined_plane/3/initial_state/instance_segmentation_mapping_0000.json +1 -0
  6. inclined_plane/3/initial_state/rgb_0000.png +3 -0
  7. inclined_plane/3/initial_state/rgb_0000_white_bg.png +3 -0
  8. inclined_plane/3/initial_state/rgb_0000_white_bg_obj.png +3 -0
  9. inclined_plane/3/instance_segmentation/maps.npz +3 -0
  10. inclined_plane/3/instantaneous_velocity/velocity.json +3 -0
  11. inclined_plane/3/instantaneous_velocity/velocity_annotated.png +3 -0
  12. inclined_plane/3/mask/maps.npz +3 -0
  13. inclined_plane/3/physics_duration.txt +1 -0
  14. inclined_plane/3/rgb/0000.png +3 -0
  15. inclined_plane/3/rgb/0001.png +3 -0
  16. inclined_plane/3/rgb/0002.png +3 -0
  17. inclined_plane/3/rgb/0003.png +3 -0
  18. inclined_plane/3/rgb/0004.png +3 -0
  19. inclined_plane/3/rgb/0005.png +3 -0
  20. inclined_plane/3/rgb/0006.png +3 -0
  21. inclined_plane/3/rgb/0007.png +3 -0
  22. inclined_plane/3/rgb/0008.png +3 -0
  23. inclined_plane/3/rgb/0009.png +3 -0
  24. inclined_plane/3/rgb/0010.png +3 -0
  25. inclined_plane/3/rgb/0011.png +3 -0
  26. inclined_plane/3/rgb/0012.png +3 -0
  27. inclined_plane/3/rgb/0013.png +3 -0
  28. inclined_plane/3/rgb/0014.png +3 -0
  29. inclined_plane/3/rgb/0015.png +3 -0
  30. inclined_plane/3/rgb/0016.png +3 -0
  31. inclined_plane/3/rgb/0017.png +3 -0
  32. inclined_plane/3/rgb/0018.png +3 -0
  33. inclined_plane/3/rgb/0019.png +3 -0
  34. inclined_plane/3/rgb/0020.png +3 -0
  35. inclined_plane/3/rgb/0021.png +3 -0
  36. inclined_plane/3/rgb/0022.png +3 -0
  37. inclined_plane/3/rgb/0023.png +3 -0
  38. inclined_plane/3/rgb/0024.png +3 -0
  39. inclined_plane/3/rgb/0025.png +3 -0
  40. inclined_plane/3/rgb/0026.png +3 -0
  41. inclined_plane/3/rgb/0027.png +3 -0
  42. inclined_plane/3/rgb/0028.png +3 -0
  43. inclined_plane/3/rgb/0029.png +3 -0
  44. inclined_plane/3/rgb/0030.png +3 -0
  45. inclined_plane/3/rgb/0031.png +3 -0
  46. inclined_plane/3/rgb/0032.png +3 -0
  47. inclined_plane/3/rgb/0033.png +3 -0
  48. inclined_plane/3/rgb/0034.png +3 -0
  49. inclined_plane/3/rgb/0035.png +3 -0
  50. inclined_plane/3/rgb/0036.png +3 -0
inclined_plane/3/annotation.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ Environment: g=-9.81, F_drag=0.0
2
+ Ground: mu_s=0.7, mu_k=0.6
3
+ WoodBeechCube: a = 1.0, h = 6.96, v_0 = -2.0
4
+ Ramp_0: theta = 60°, H = 8.0, mu_s = 0.0, mu_k = 0.0
inclined_plane/3/first_frame_ablation/0000.png ADDED

Git LFS Details

  • SHA256: 24f4402473f5b93982195b130bd4bb03008bc9470896cf310895bfec49a83fe4
  • Pointer size: 132 Bytes
  • Size of remote file: 1.04 MB
inclined_plane/3/formula_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"correct_letter": "B", "correct_formula": "a_slope = g\u00b7(sin\u03b8 - \u03bc_k\u00b7cos\u03b8)", "annotation": "Environment: g=-9.81, F_drag=0.0\nGround: mu_s=0.7, mu_k=0.6\nWoodCube: a = 1.0, h = 6.96, v_0 = -2.0\nRamp_0: theta = 60\u00b0, H = 8.0, mu_s = 0.0, mu_k = 0.0", "choices": ["U = -G\u00b7m_1\u00b7m_2 / r", "a_slope = g\u00b7(sin\u03b8 - \u03bc_k\u00b7cos\u03b8)", "E_p = m\u00b7g\u00b7(H - h)", "F_net = m\u00b7g\u00b7(sin\u00b2\u03b8 - \u03bc_k\u00b7cos\u00b2\u03b8) / sin\u03b8"], "correct_index": 1, "physics_type": "InclinedPlane", "seed": "InclinedPlane|benchmark/inclined_plane/3"}
inclined_plane/3/initial_state/instance_segmentation_0000.npy ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb7dfdc8e4558243b507c4be73099fd59293bf59e0d3d387ac9dc7af0e8d07d1
3
+ size 1843328
inclined_plane/3/initial_state/instance_segmentation_mapping_0000.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"1": "INVALID", "2": "/World/Ground", "4": "/World/InclinedPlane_0", "3": "/World/WoodBeechCube"}
inclined_plane/3/initial_state/rgb_0000.png ADDED

Git LFS Details

  • SHA256: c00e67fb0676f5424b041b9f0fa5ddbd2b889fe2bc31e223b71d25ad7af7d08b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.09 MB
inclined_plane/3/initial_state/rgb_0000_white_bg.png ADDED

Git LFS Details

  • SHA256: 2c32db671a178645ea3a5b49e7af33b81a590d1d7fae12cac9310cc3e1ecae78
  • Pointer size: 130 Bytes
  • Size of remote file: 55.1 kB
inclined_plane/3/initial_state/rgb_0000_white_bg_obj.png ADDED

Git LFS Details

  • SHA256: 6a0dc7817afef5125619958d5763d3fc2f7c6c03f5278eea316115c10c8c2d09
  • Pointer size: 130 Bytes
  • Size of remote file: 11.4 kB
inclined_plane/3/instance_segmentation/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf40a68667c51c118b2335d58c3aa314057146a7b9ff7b8d0d461ce1b84cfa42
3
+ size 1189560
inclined_plane/3/instantaneous_velocity/velocity.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "time_seconds": 1.5
3
+ }
inclined_plane/3/instantaneous_velocity/velocity_annotated.png ADDED

Git LFS Details

  • SHA256: 86e4fb2dcebca133af2cf5e55bdf77a64c096d7f5a3116fae835de75e1984c24
  • Pointer size: 132 Bytes
  • Size of remote file: 1.03 MB
inclined_plane/3/mask/maps.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e0d0ee3e57fc592438e7fa192b8256bf1efb87c5cef2657113e350561cb8c0e
3
+ size 922820
inclined_plane/3/physics_duration.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1.5
inclined_plane/3/rgb/0000.png ADDED

Git LFS Details

  • SHA256: 04a4ded40fc3a57a0c4595078e2e8e1a668c716ff21f61239fa34be2eea8292b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0001.png ADDED

Git LFS Details

  • SHA256: 07b9edfbbcfd5afc36297d4995f7d32862f43f31c4d11f875f074c1f363c086d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
inclined_plane/3/rgb/0002.png ADDED

Git LFS Details

  • SHA256: 3f7eb3f227204a1dc54a9401bcb43571c2300b7ffd780a74c2c8376d9fa5db0b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
inclined_plane/3/rgb/0003.png ADDED

Git LFS Details

  • SHA256: 0e5197c6636a84e3e27082666f656e1ed129201d2708b5e495e3c7957b4e8aa2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
inclined_plane/3/rgb/0004.png ADDED

Git LFS Details

  • SHA256: 4f8bc3465877510925815a379a4c47c075d0417344edbf3611e15627ea4fbbfa
  • Pointer size: 132 Bytes
  • Size of remote file: 1.19 MB
inclined_plane/3/rgb/0005.png ADDED

Git LFS Details

  • SHA256: fa72963b75b6e5c9eb09a061e8ff7c7bea5434cc49d2a4db02597c8d601e68e7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
inclined_plane/3/rgb/0006.png ADDED

Git LFS Details

  • SHA256: e093f3d6c11b00ff3145478c18438de348c6f8316771aed4b140ba1e726f1ee0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0007.png ADDED

Git LFS Details

  • SHA256: 8f76e59b4f9b258e523655a6737692cc69578e30c883d2193c5853ffadbe44e5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0008.png ADDED

Git LFS Details

  • SHA256: be388d74f80e04c253a8a27a1bfa7c96dae76e418c2c48943404ba5bfcb55e95
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0009.png ADDED

Git LFS Details

  • SHA256: 405b0d62b3c2ea6f26541489eafea004f4ac897952e4f0018681234fac603017
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
inclined_plane/3/rgb/0010.png ADDED

Git LFS Details

  • SHA256: d97a26ce125a6be5896fd1bbd1abc3c41461016e4b0e860e84d677918bbdfd60
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
inclined_plane/3/rgb/0011.png ADDED

Git LFS Details

  • SHA256: 76f0fe22fb323e2a4e6cdc134d5b2e7068c9a10cb069bbe811a224ae547f9e5b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
inclined_plane/3/rgb/0012.png ADDED

Git LFS Details

  • SHA256: e9a0e121e74ab7ce08129d8e07acab41b9ae25ba58a94c443e27d239068e2ffd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0013.png ADDED

Git LFS Details

  • SHA256: c8f6e0736a7da7f36cab2329fcfc8c2dfda4007c9904e4bbcc7c8a9fc23a673a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
inclined_plane/3/rgb/0014.png ADDED

Git LFS Details

  • SHA256: a488c7810e50568164bc424ee244df27533ead149d405f033bcbd1a9b59b5563
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
inclined_plane/3/rgb/0015.png ADDED

Git LFS Details

  • SHA256: 4258a8a6b0039ba8040c88b6dc9089cec55de03416594ba2dad8ad7c46a3be8d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
inclined_plane/3/rgb/0016.png ADDED

Git LFS Details

  • SHA256: 14a136275dd38d0dc24a4c45dab6b87e888602b45b9fc36daf0b55cb82174370
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
inclined_plane/3/rgb/0017.png ADDED

Git LFS Details

  • SHA256: 5adce40886a40f0355d0a49260ca09e6016c862938a15e6394b2ccd7bf018ecb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
inclined_plane/3/rgb/0018.png ADDED

Git LFS Details

  • SHA256: ac1e0c1d848feb597c639ff4160a39508e2cd0963e06d53f57540b90c0c08179
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
inclined_plane/3/rgb/0019.png ADDED

Git LFS Details

  • SHA256: 70e850ba37a2568805355510fc0fe199227fdb909dadab2d5ac087a48bccbfa7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0020.png ADDED

Git LFS Details

  • SHA256: f3d1983917d4ce3b57980c04e4ac4e4cfa2137a94b5c3fcbc655352eb52b6a71
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0021.png ADDED

Git LFS Details

  • SHA256: c4fdf8fba616cbb4c961c79ddcec0ee7503c53e3612650a3e2d4bd2a617ee87d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB
inclined_plane/3/rgb/0022.png ADDED

Git LFS Details

  • SHA256: 332fd7f75275bbcd01379bed929c93a542cbba6a8729e01c94ff786dd625654f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
inclined_plane/3/rgb/0023.png ADDED

Git LFS Details

  • SHA256: 1dc6f3b8cdb4caee6bc21154f78f13d714d14a2b572fc5ed75d588c686d46870
  • Pointer size: 132 Bytes
  • Size of remote file: 1.19 MB
inclined_plane/3/rgb/0024.png ADDED

Git LFS Details

  • SHA256: 09bd703da37990a5aeb80088b75f378e6eb3e9041b7d632e4badba96b9c51dde
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
inclined_plane/3/rgb/0025.png ADDED

Git LFS Details

  • SHA256: c791c127ce7f1839cf52be476c29671eaf930feb1abb6ff395aa9ee4fe16316a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0026.png ADDED

Git LFS Details

  • SHA256: c7e83af1a9ab169d9f76c1e75c07cda7603655656fac6332855f287fcb8601b2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
inclined_plane/3/rgb/0027.png ADDED

Git LFS Details

  • SHA256: c57e9cd11e243410d2763de2bc0a55cd1f7367a31012987b261a22ed6e090493
  • Pointer size: 132 Bytes
  • Size of remote file: 1.18 MB
inclined_plane/3/rgb/0028.png ADDED

Git LFS Details

  • SHA256: c454e160fff910cf32a86ab0f4dc845f0ecc5ec173c2c90c0e1e3d30292ce23a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0029.png ADDED

Git LFS Details

  • SHA256: 4ddf2388390f151e5d14992a898a6e50da6c58be7ebb5c0b0b6ffcbdb5dd149f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0030.png ADDED

Git LFS Details

  • SHA256: 725e88dc1ab96652c42f9debbe06ec172af891aa97ecbe5fd628a826d5b85cfd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0031.png ADDED

Git LFS Details

  • SHA256: 1e9aaec0a5512143528ae49f72f2b0a92ca9e67184da408dd75c0f50c262dd28
  • Pointer size: 132 Bytes
  • Size of remote file: 1.2 MB
inclined_plane/3/rgb/0032.png ADDED

Git LFS Details

  • SHA256: 19c09a9e7733d9026bf486544ff6b4639987fa7124314faf2240e64ccf3e4b9d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0033.png ADDED

Git LFS Details

  • SHA256: fd37d370e363976c9fce4a4ed3616aaa121a5ea36daca256996a98c96b2a1d96
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0034.png ADDED

Git LFS Details

  • SHA256: 3a865e058f2db19ee6f8300f38ef3b8c733aee0e4df74ca0fda25fc4a70b74ab
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0035.png ADDED

Git LFS Details

  • SHA256: 0c4f072d53d4e8b4cbc0b0c82437501386eb9dce674c7adc36586253115fc741
  • Pointer size: 132 Bytes
  • Size of remote file: 1.17 MB
inclined_plane/3/rgb/0036.png ADDED

Git LFS Details

  • SHA256: 7d3188333cb9ebbdd8f472294265611ecda68b9e59ea9e0397f2727b7a49779d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.16 MB