ccmoony commited on
Commit
74a2643
·
verified ·
1 Parent(s): 963e920

Restore 3 timed DELETE cases (126 -> 129 edits)

Browse files

These three were dropped with the null-effect batch, but their trajectory metric collapsed for a fixable reason rather than a property of the case: the deleted object was excluded from both sides of the ratio, so failing to delete cost nothing and the denominator fell to tracker noise. The metric now charges a kept object its distance to the nearest frame edge on both sides, and scores a timed delete as a trajectory before the edit frame and a presence check after it, so these score normally. The other three stay out: their recorded transforms drop the object from frame 0 while the render removes it on schedule.

README.md CHANGED
@@ -1,7 +1,7 @@
1
  # pcve_benchmark_v1
2
 
3
  Physics-Consistent Video Editing benchmark. 20 scenes,
4
- 20 source videos, 126 edit tasks.
5
 
6
  ## Layout
7
  - `benchmark_manifest.json`: flat index of every source + edit; the
@@ -44,6 +44,6 @@ per-frame object trajectories, or against `edited_video` for pixel /
44
  perceptual metrics.
45
 
46
  ## Counts
47
- - Edits by kind: {'ADD': 7, 'DELETE': 27, 'SET': 92}
48
  - Edits by timing: {'partway': 15, 'whole_clip': 117}
49
  - Edits by property: {'friction': 21, 'initial_velocity': 26, 'mass': 32, 'presence': 40, 'restitution': 13}
 
1
  # pcve_benchmark_v1
2
 
3
  Physics-Consistent Video Editing benchmark. 20 scenes,
4
+ 20 source videos, 129 edit tasks.
5
 
6
  ## Layout
7
  - `benchmark_manifest.json`: flat index of every source + edit; the
 
44
  perceptual metrics.
45
 
46
  ## Counts
47
+ - Edits by kind: {'ADD': 7, 'DELETE': 30, 'SET': 92}
48
  - Edits by timing: {'partway': 15, 'whole_clip': 117}
49
  - Edits by property: {'friction': 21, 'initial_velocity': 26, 'mass': 32, 'presence': 40, 'restitution': 13}
benchmark_manifest.json CHANGED
@@ -1567,6 +1567,49 @@
1567
  "ground_truth": "scenes/ball_block/cases/edit_remove_block/ground_truth_transforms.json",
1568
  "thumbnail": "thumbnails/ball_block/edit_remove_block.jpg"
1569
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1570
  {
1571
  "global_id": "ball_box_rebound/edit_dead_ball",
1572
  "scene": "ball_box_rebound",
@@ -1807,6 +1850,49 @@
1807
  "ground_truth": "scenes/ball_box_rebound/cases/edit_remove_target/ground_truth_transforms.json",
1808
  "thumbnail": "thumbnails/ball_box_rebound/edit_remove_target.jpg"
1809
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1810
  {
1811
  "global_id": "ball_carpet_climb/edit_grippy_ball",
1812
  "scene": "ball_carpet_climb",
@@ -4300,6 +4386,49 @@
4300
  "ground_truth": "scenes/picnic_apple_ball/cases/edit_remove_soccer_ball/ground_truth_transforms.json",
4301
  "thumbnail": "thumbnails/picnic_apple_ball/edit_remove_soccer_ball.jpg"
4302
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4303
  {
4304
  "global_id": "pool_collision/edit_heavy_cue_ball",
4305
  "scene": "pool_collision",
 
1567
  "ground_truth": "scenes/ball_block/cases/edit_remove_block/ground_truth_transforms.json",
1568
  "thumbnail": "thumbnails/ball_block/edit_remove_block.jpg"
1569
  },
1570
+ {
1571
+ "global_id": "ball_block/edit_remove_block_after_impact",
1572
+ "scene": "ball_block",
1573
+ "case_id": "edit_remove_block_after_impact",
1574
+ "source_case_id": "ball_block_baseline",
1575
+ "source_video": "scenes/ball_block/cases/ball_block_baseline/video.mp4",
1576
+ "edited_video": "scenes/ball_block/cases/edit_remove_block_after_impact/video.mp4",
1577
+ "duration_sec": 4.0,
1578
+ "prompts": {
1579
+ "vague": {
1580
+ "zh": "在视频前段,把木块从场景中删除。",
1581
+ "en": "Early in the clip, remove the wooden block from the scene."
1582
+ },
1583
+ "quantitative": {
1584
+ "zh": "从第 17 帧开始,把木块从场景中删除。",
1585
+ "en": "From frame 17 onwards, remove the wooden block from the scene."
1586
+ }
1587
+ },
1588
+ "edit_dsl": "DELETE wood_block AT FRAME 17",
1589
+ "edit_kind": "DELETE",
1590
+ "object_id": "wood_block",
1591
+ "property": null,
1592
+ "outcome_type": "object_removed",
1593
+ "applies_from_frame": 17,
1594
+ "timing": "partway",
1595
+ "physics_diff": {
1596
+ "wood_block": {
1597
+ "from": "present",
1598
+ "to": "removed"
1599
+ },
1600
+ "timing": {
1601
+ "applies_from_frame": 17,
1602
+ "total_frames": 96,
1603
+ "unedited_frames": [
1604
+ 1,
1605
+ 16
1606
+ ]
1607
+ }
1608
+ },
1609
+ "edit_summary": "Block removed at frame 17, four frames after the ball strikes it at frame 13. Frames 1-16 are the source video frame for frame, impact included: the ball arrives at 4.5 m/s and is left with 0.8, and the block is already 0.40 m along and moving at 2.8 m/s when it disappears. The ball then coasts on at its post-impact speed exactly as in the source. The whole-clip version of the same delete (edit_remove_block) is a different video again: with nothing to hit, the ball never slows and ends 7 m further down the floor.",
1610
+ "ground_truth": "scenes/ball_block/cases/edit_remove_block_after_impact/ground_truth_transforms.json",
1611
+ "thumbnail": "thumbnails/ball_block/edit_remove_block_after_impact.jpg"
1612
+ },
1613
  {
1614
  "global_id": "ball_box_rebound/edit_dead_ball",
1615
  "scene": "ball_box_rebound",
 
1850
  "ground_truth": "scenes/ball_box_rebound/cases/edit_remove_target/ground_truth_transforms.json",
1851
  "thumbnail": "thumbnails/ball_box_rebound/edit_remove_target.jpg"
1852
  },
1853
+ {
1854
+ "global_id": "ball_box_rebound/edit_remove_target_after_impact",
1855
+ "scene": "ball_box_rebound",
1856
+ "case_id": "edit_remove_target_after_impact",
1857
+ "source_case_id": "ball_box_rebound_baseline",
1858
+ "source_video": "scenes/ball_box_rebound/cases/ball_box_rebound_baseline/video.mp4",
1859
+ "edited_video": "scenes/ball_box_rebound/cases/edit_remove_target_after_impact/video.mp4",
1860
+ "duration_sec": 4.0,
1861
+ "prompts": {
1862
+ "vague": {
1863
+ "zh": "在视频前段,把小足球从场景中删除。",
1864
+ "en": "Early in the clip, remove the little football from the scene."
1865
+ },
1866
+ "quantitative": {
1867
+ "zh": "从第 32 帧开始,把小足球从场景中删除。",
1868
+ "en": "From frame 32 onwards, remove the little football from the scene."
1869
+ }
1870
+ },
1871
+ "edit_dsl": "DELETE ball_b AT FRAME 32",
1872
+ "edit_kind": "DELETE",
1873
+ "object_id": "ball_b",
1874
+ "property": null,
1875
+ "outcome_type": "object_removed",
1876
+ "applies_from_frame": 32,
1877
+ "timing": "partway",
1878
+ "physics_diff": {
1879
+ "ball_b": {
1880
+ "from": "present",
1881
+ "to": "removed"
1882
+ },
1883
+ "timing": {
1884
+ "applies_from_frame": 32,
1885
+ "total_frames": 96,
1886
+ "unedited_frames": [
1887
+ 1,
1888
+ 31
1889
+ ]
1890
+ }
1891
+ },
1892
+ "edit_summary": "Football removed at frame 32, eight frames after the star ball reaches it at frame 24. Frames 1-31 are the source video frame for frame: the star ball rebounds off the toy chest at frame 13, runs into the football and is left creeping at 0.07 m/s, and the football has been driven 0.18 m when it disappears. The star ball then settles at (+0.27, +0.62) exactly as in the source. The whole-clip version of the same delete is a different video again: with no football to hit, the star ball keeps 1.0 m/s off the rebound and coasts out to (+0.99, +1.39).",
1893
+ "ground_truth": "scenes/ball_box_rebound/cases/edit_remove_target_after_impact/ground_truth_transforms.json",
1894
+ "thumbnail": "thumbnails/ball_box_rebound/edit_remove_target_after_impact.jpg"
1895
+ },
1896
  {
1897
  "global_id": "ball_carpet_climb/edit_grippy_ball",
1898
  "scene": "ball_carpet_climb",
 
4386
  "ground_truth": "scenes/picnic_apple_ball/cases/edit_remove_soccer_ball/ground_truth_transforms.json",
4387
  "thumbnail": "thumbnails/picnic_apple_ball/edit_remove_soccer_ball.jpg"
4388
  },
4389
+ {
4390
+ "global_id": "picnic_apple_ball/edit_remove_apple_after_impact",
4391
+ "scene": "picnic_apple_ball",
4392
+ "case_id": "edit_remove_apple_after_impact",
4393
+ "source_case_id": "picnic_apple_ball_baseline",
4394
+ "source_video": "scenes/picnic_apple_ball/cases/picnic_apple_ball_baseline/video.mp4",
4395
+ "edited_video": "scenes/picnic_apple_ball/cases/edit_remove_apple_after_impact/video.mp4",
4396
+ "duration_sec": 4.0,
4397
+ "prompts": {
4398
+ "vague": {
4399
+ "zh": "在视频前段,把苹果从场景中删除。",
4400
+ "en": "Early in the clip, remove the apple from the scene."
4401
+ },
4402
+ "quantitative": {
4403
+ "zh": "从第 18 帧开始,把苹果从场景中删除。",
4404
+ "en": "From frame 18 onwards, remove the apple from the scene."
4405
+ }
4406
+ },
4407
+ "edit_dsl": "DELETE apple AT FRAME 18",
4408
+ "edit_kind": "DELETE",
4409
+ "object_id": "apple",
4410
+ "property": null,
4411
+ "outcome_type": "object_removed",
4412
+ "applies_from_frame": 18,
4413
+ "timing": "partway",
4414
+ "physics_diff": {
4415
+ "apple": {
4416
+ "from": "present",
4417
+ "to": "removed"
4418
+ },
4419
+ "timing": {
4420
+ "applies_from_frame": 18,
4421
+ "total_frames": 96,
4422
+ "unedited_frames": [
4423
+ 1,
4424
+ 17
4425
+ ]
4426
+ }
4427
+ },
4428
+ "edit_summary": "Apple removed at frame 18, four frames after it reaches the soccer ball at frame 14. Frames 1-17 are the source video frame for frame, impact included: the ball is knocked back to 0.64 m/s and the apple is 0.28 m past its start when it disappears. The ball rolls on to x=-0.54 exactly as in the source, with nothing left on the grass to follow it. The whole-clip version of the same delete is a different video again: with no apple to arrive, the ball never moves at all.",
4429
+ "ground_truth": "scenes/picnic_apple_ball/cases/edit_remove_apple_after_impact/ground_truth_transforms.json",
4430
+ "thumbnail": "thumbnails/picnic_apple_ball/edit_remove_apple_after_impact.jpg"
4431
+ },
4432
  {
4433
  "global_id": "pool_collision/edit_heavy_cue_ball",
4434
  "scene": "pool_collision",
scenes/ball_block/cases/edit_remove_block_after_impact/ground_truth_transforms.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/ball_block/cases/edit_remove_block_after_impact/prompts.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 2,
3
+ "case_id": "edit_remove_block_after_impact",
4
+ "source_case_id": "ball_block_baseline",
5
+ "edit_dsl": "DELETE wood_block AT FRAME 17",
6
+ "edit_summary": "Block removed at frame 17, four frames after the ball strikes it at frame 13. Frames 1-16 are the source video frame for frame, impact included: the ball arrives at 4.5 m/s and is left with 0.8, and the block is already 0.40 m along and moving at 2.8 m/s when it disappears. The ball then coasts on at its post-impact speed exactly as in the source. The whole-clip version of the same delete (edit_remove_block) is a different video again: with nothing to hit, the ball never slows and ends 7 m further down the floor.",
7
+ "applies_from_frame": 17,
8
+ "physics_diff": {
9
+ "wood_block": {
10
+ "from": "present",
11
+ "to": "removed"
12
+ },
13
+ "timing": {
14
+ "applies_from_frame": 17,
15
+ "total_frames": 96,
16
+ "unedited_frames": [
17
+ 1,
18
+ 16
19
+ ]
20
+ }
21
+ },
22
+ "prompts": {
23
+ "vague": {
24
+ "zh": "在视频前段,把木块从场景中删除。",
25
+ "en": "Early in the clip, remove the wooden block from the scene."
26
+ },
27
+ "quantitative": {
28
+ "zh": "从第 17 帧开始,把木块从场景中删除。",
29
+ "en": "From frame 17 onwards, remove the wooden block from the scene."
30
+ }
31
+ }
32
+ }
scenes/ball_block/cases/edit_remove_block_after_impact/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91722bf153a603a8c87098b3ba5d4e402c74061c8476f28433804224f37ee8e7
3
+ size 662185
scenes/ball_box_rebound/cases/edit_remove_target_after_impact/ground_truth_transforms.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/ball_box_rebound/cases/edit_remove_target_after_impact/prompts.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 2,
3
+ "case_id": "edit_remove_target_after_impact",
4
+ "source_case_id": "ball_box_rebound_baseline",
5
+ "edit_dsl": "DELETE ball_b AT FRAME 32",
6
+ "edit_summary": "Football removed at frame 32, eight frames after the star ball reaches it at frame 24. Frames 1-31 are the source video frame for frame: the star ball rebounds off the toy chest at frame 13, runs into the football and is left creeping at 0.07 m/s, and the football has been driven 0.18 m when it disappears. The star ball then settles at (+0.27, +0.62) exactly as in the source. The whole-clip version of the same delete is a different video again: with no football to hit, the star ball keeps 1.0 m/s off the rebound and coasts out to (+0.99, +1.39).",
7
+ "applies_from_frame": 32,
8
+ "physics_diff": {
9
+ "ball_b": {
10
+ "from": "present",
11
+ "to": "removed"
12
+ },
13
+ "timing": {
14
+ "applies_from_frame": 32,
15
+ "total_frames": 96,
16
+ "unedited_frames": [
17
+ 1,
18
+ 31
19
+ ]
20
+ }
21
+ },
22
+ "prompts": {
23
+ "vague": {
24
+ "zh": "在视频前段,把小足球从场景中删除。",
25
+ "en": "Early in the clip, remove the little football from the scene."
26
+ },
27
+ "quantitative": {
28
+ "zh": "从第 32 帧开始,把小足球从场景中删除。",
29
+ "en": "From frame 32 onwards, remove the little football from the scene."
30
+ }
31
+ }
32
+ }
scenes/ball_box_rebound/cases/edit_remove_target_after_impact/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cacd3b514c033ac18b34afb4bbf8fe1192092aa43ee994475a25c203be5e887
3
+ size 434175
scenes/picnic_apple_ball/cases/edit_remove_apple_after_impact/ground_truth_transforms.json ADDED
The diff for this file is too large to render. See raw diff
 
scenes/picnic_apple_ball/cases/edit_remove_apple_after_impact/prompts.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": 2,
3
+ "case_id": "edit_remove_apple_after_impact",
4
+ "source_case_id": "picnic_apple_ball_baseline",
5
+ "edit_dsl": "DELETE apple AT FRAME 18",
6
+ "edit_summary": "Apple removed at frame 18, four frames after it reaches the soccer ball at frame 14. Frames 1-17 are the source video frame for frame, impact included: the ball is knocked back to 0.64 m/s and the apple is 0.28 m past its start when it disappears. The ball rolls on to x=-0.54 exactly as in the source, with nothing left on the grass to follow it. The whole-clip version of the same delete is a different video again: with no apple to arrive, the ball never moves at all.",
7
+ "applies_from_frame": 18,
8
+ "physics_diff": {
9
+ "apple": {
10
+ "from": "present",
11
+ "to": "removed"
12
+ },
13
+ "timing": {
14
+ "applies_from_frame": 18,
15
+ "total_frames": 96,
16
+ "unedited_frames": [
17
+ 1,
18
+ 17
19
+ ]
20
+ }
21
+ },
22
+ "prompts": {
23
+ "vague": {
24
+ "zh": "在视频前段,把苹果从场景中删除。",
25
+ "en": "Early in the clip, remove the apple from the scene."
26
+ },
27
+ "quantitative": {
28
+ "zh": "从第 18 帧开始,把苹果从场景中删除。",
29
+ "en": "From frame 18 onwards, remove the apple from the scene."
30
+ }
31
+ }
32
+ }
scenes/picnic_apple_ball/cases/edit_remove_apple_after_impact/video.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87a3f6a0300500f13ba99929b878aaee7b90a55c5f6ebe81aa7d2a962622eeac
3
+ size 1411189
splits/all.txt CHANGED
@@ -14,12 +14,14 @@ ball_block/edit_slow_ball
14
  ball_block/edit_grippy_block
15
  ball_block/edit_bouncy_block
16
  ball_block/edit_remove_block
 
17
  ball_box_rebound/edit_dead_ball
18
  ball_box_rebound/edit_soft_push
19
  ball_box_rebound/edit_draggy_ball
20
  ball_box_rebound/edit_heavy_target
21
  ball_box_rebound/edit_heavy_ball
22
  ball_box_rebound/edit_remove_target
 
23
  ball_carpet_climb/edit_grippy_ball
24
  ball_carpet_climb/edit_slippy_ball
25
  ball_carpet_climb/edit_soft_push
@@ -80,6 +82,7 @@ picnic_apple_ball/edit_grippy_soccer_ball
80
  picnic_apple_ball/edit_heavy_apple
81
  picnic_apple_ball/edit_remove_apple
82
  picnic_apple_ball/edit_remove_soccer_ball
 
83
  pool_collision/edit_heavy_cue_ball
84
  pool_collision/edit_heavy_target_ball
85
  pool_collision/edit_hard_break
 
14
  ball_block/edit_grippy_block
15
  ball_block/edit_bouncy_block
16
  ball_block/edit_remove_block
17
+ ball_block/edit_remove_block_after_impact
18
  ball_box_rebound/edit_dead_ball
19
  ball_box_rebound/edit_soft_push
20
  ball_box_rebound/edit_draggy_ball
21
  ball_box_rebound/edit_heavy_target
22
  ball_box_rebound/edit_heavy_ball
23
  ball_box_rebound/edit_remove_target
24
+ ball_box_rebound/edit_remove_target_after_impact
25
  ball_carpet_climb/edit_grippy_ball
26
  ball_carpet_climb/edit_slippy_ball
27
  ball_carpet_climb/edit_soft_push
 
82
  picnic_apple_ball/edit_heavy_apple
83
  picnic_apple_ball/edit_remove_apple
84
  picnic_apple_ball/edit_remove_soccer_ball
85
+ picnic_apple_ball/edit_remove_apple_after_impact
86
  pool_collision/edit_heavy_cue_ball
87
  pool_collision/edit_heavy_target_ball
88
  pool_collision/edit_hard_break
splits/by_property/presence.txt CHANGED
@@ -3,7 +3,9 @@ air_hockey_chain/edit_remove_middle_mallet
3
  air_hockey_chain/edit_remove_last_mallet
4
  air_hockey_chain/edit_add_mallet_last_gap
5
  ball_block/edit_remove_block
 
6
  ball_box_rebound/edit_remove_target
 
7
  curling_collision/edit_add_stone_before_red
8
  curling_collision/edit_add_stone_centre
9
  curling_collision/edit_add_stone_before_yellow
@@ -19,6 +21,7 @@ mahjong_dice/edit_remove_red_die
19
  mahjong_dice/edit_remove_white_die
20
  picnic_apple_ball/edit_remove_apple
21
  picnic_apple_ball/edit_remove_soccer_ball
 
22
  pool_collision/edit_remove_cue_ball
23
  pool_collision/edit_add_ball_near_cue
24
  pool_collision/edit_add_ball_midway
 
3
  air_hockey_chain/edit_remove_last_mallet
4
  air_hockey_chain/edit_add_mallet_last_gap
5
  ball_block/edit_remove_block
6
+ ball_block/edit_remove_block_after_impact
7
  ball_box_rebound/edit_remove_target
8
+ ball_box_rebound/edit_remove_target_after_impact
9
  curling_collision/edit_add_stone_before_red
10
  curling_collision/edit_add_stone_centre
11
  curling_collision/edit_add_stone_before_yellow
 
21
  mahjong_dice/edit_remove_white_die
22
  picnic_apple_ball/edit_remove_apple
23
  picnic_apple_ball/edit_remove_soccer_ball
24
+ picnic_apple_ball/edit_remove_apple_after_impact
25
  pool_collision/edit_remove_cue_ball
26
  pool_collision/edit_add_ball_near_cue
27
  pool_collision/edit_add_ball_midway
splits/by_timing/partway.txt CHANGED
@@ -1,9 +1,12 @@
1
  air_hockey_chain/edit_remove_middle_mallet_mid_slide
 
 
2
  bouncing_ball/edit_dead_ball_after_first_bounce
3
  car_gap_jump/edit_grippy_wheels_mid_jump
4
  car_ramp_climb/edit_grippy_wheels_mid_climb
5
  dining_chain/edit_remove_cup_mid_slide
6
  domino_chain/edit_remove_domino_1_mid_fall
 
7
  ramp_collision/edit_grippy_red_ball_mid_roll
8
  toy_car_ball/edit_remove_toy_ball_after_push
9
  twin_ramp_collision/edit_remove_purple_ball_after_impact
 
1
  air_hockey_chain/edit_remove_middle_mallet_mid_slide
2
+ ball_block/edit_remove_block_after_impact
3
+ ball_box_rebound/edit_remove_target_after_impact
4
  bouncing_ball/edit_dead_ball_after_first_bounce
5
  car_gap_jump/edit_grippy_wheels_mid_jump
6
  car_ramp_climb/edit_grippy_wheels_mid_climb
7
  dining_chain/edit_remove_cup_mid_slide
8
  domino_chain/edit_remove_domino_1_mid_fall
9
+ picnic_apple_ball/edit_remove_apple_after_impact
10
  ramp_collision/edit_grippy_red_ball_mid_roll
11
  toy_car_ball/edit_remove_toy_ball_after_push
12
  twin_ramp_collision/edit_remove_purple_ball_after_impact
thumbnails/ball_block/edit_remove_block_after_impact.jpg ADDED

Git LFS Details

  • SHA256: 9ab309136c01add9e530ee72e4c209cca4d6e3755e34c4878487f407f1cb2e9a
  • Pointer size: 130 Bytes
  • Size of remote file: 53.5 kB
thumbnails/ball_box_rebound/edit_remove_target_after_impact.jpg ADDED

Git LFS Details

  • SHA256: c3c0d65a98737440d1722ee24cf7dc3b2de286e394ea1d6442e97a646826f406
  • Pointer size: 130 Bytes
  • Size of remote file: 42.3 kB
thumbnails/picnic_apple_ball/edit_remove_apple_after_impact.jpg ADDED

Git LFS Details

  • SHA256: e378033c4b2d86918a193159feaf3a4b8fe90e60180cb9365e60f991b6ca2c9c
  • Pointer size: 131 Bytes
  • Size of remote file: 135 kB