yxma commited on
Commit
e65c792
verified
1 Parent(s): 08a39ec

Add first-20s (p00/start) correction clips for startup-region latency check

Browse files
.gitattributes CHANGED
@@ -53,3 +53,7 @@ check/pushT__2026-06-18_episode_001__p85.mp4 filter=lfs diff=lfs merge=lfs -text
53
  check/pushT__2026-06-18_episode_002__p10.mp4 filter=lfs diff=lfs merge=lfs -text
54
  check/pushT__2026-06-18_episode_002__p50.mp4 filter=lfs diff=lfs merge=lfs -text
55
  check/pushT__2026-06-18_episode_002__p85.mp4 filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
53
  check/pushT__2026-06-18_episode_002__p10.mp4 filter=lfs diff=lfs merge=lfs -text
54
  check/pushT__2026-06-18_episode_002__p50.mp4 filter=lfs diff=lfs merge=lfs -text
55
  check/pushT__2026-06-18_episode_002__p85.mp4 filter=lfs diff=lfs merge=lfs -text
56
+ check/motherboard__2026-05-11_episode_005__p00.mp4 filter=lfs diff=lfs merge=lfs -text
57
+ check/motherboard__2026-05-11_episode_012__p00.mp4 filter=lfs diff=lfs merge=lfs -text
58
+ check/pushT__2026-06-18_episode_001__p00.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ check/pushT__2026-06-18_episode_002__p00.mp4 filter=lfs diff=lfs merge=lfs -text
check/motherboard__2026-05-11_episode_005__p00.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6340e370281b6dc30be4a69c58235c68a02543323026b17faac4abba02880b00
3
+ size 7620410
check/motherboard__2026-05-11_episode_012__p00.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f132fcf2f6a9861c28ac52eda8b7c7db90e4d21b2483c98dd20fca3b4a63ec1
3
+ size 6494385
check/pushT__2026-06-18_episode_001__p00.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbfd8cbc60c10eabb9cece73b738ec5628278c0473d230461e0c8d0601ee2a1b
3
+ size 6491669
check/pushT__2026-06-18_episode_002__p00.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d68bc817f5d2d9dc3fb5d40ebc0b1f1c5a5ec20a6071ccd9d319ada1b8407f92
3
+ size 7454147
correction.html CHANGED
@@ -76,11 +76,11 @@
76
  Raw onset clips: <a href="index.html">index.html</a> 路 positions p10/p50/p85 = ~early/mid/late.</footer>
77
  </div>
78
  <script>
79
- const META = [{"file": "motherboard__2026-05-11_episode_005__p10.mp4", "task": "motherboard", "name": "2026-05-11_episode_005__p10", "frames": 600, "pix": "yuv420p"}, {"file": "motherboard__2026-05-11_episode_005__p50.mp4", "task": "motherboard", "name": "2026-05-11_episode_005__p50", "frames": 600, "pix": "yuv420p"}, {"file": "motherboard__2026-05-11_episode_005__p85.mp4", "task": "motherboard", "name": "2026-05-11_episode_005__p85", "frames": 600, "pix": "yuv420p"}, {"file": "motherboard__2026-05-11_episode_012__p10.mp4", "task": "motherboard", "name": "2026-05-11_episode_012__p10", "frames": 600, "pix": "yuv420p"}, {"file": "motherboard__2026-05-11_episode_012__p50.mp4", "task": "motherboard", "name": "2026-05-11_episode_012__p50", "frames": 600, "pix": "yuv420p"}, {"file": "motherboard__2026-05-11_episode_012__p85.mp4", "task": "motherboard", "name": "2026-05-11_episode_012__p85", "frames": 600, "pix": "yuv420p"}, {"file": "pushT__2026-06-18_episode_001__p10.mp4", "task": "pushT", "name": "2026-06-18_episode_001__p10", "frames": 600, "pix": "yuv420p"}, {"file": "pushT__2026-06-18_episode_001__p50.mp4", "task": "pushT", "name": "2026-06-18_episode_001__p50", "frames": 600, "pix": "yuv420p"}, {"file": "pushT__2026-06-18_episode_001__p85.mp4", "task": "pushT", "name": "2026-06-18_episode_001__p85", "frames": 600, "pix": "yuv420p"}, {"file": "pushT__2026-06-18_episode_002__p10.mp4", "task": "pushT", "name": "2026-06-18_episode_002__p10", "frames": 600, "pix": "yuv420p"}, {"file": "pushT__2026-06-18_episode_002__p50.mp4", "task": "pushT", "name": "2026-06-18_episode_002__p50", "frames": 600, "pix": "yuv420p"}, {"file": "pushT__2026-06-18_episode_002__p85.mp4", "task": "pushT", "name": "2026-06-18_episode_002__p85", "frames": 600, "pix": "yuv420p"}];
80
  const FPS = 30;
81
  const SECTIONS=[{key:"motherboard",tag:"motherboard",cal:"calib 路 May-12"},{key:"pushT",tag:"pushT",cal:"calib 路 June-26"}];
82
  const root=document.getElementById("sections"); let active=null;
83
- const posName=n=>n.includes("p10")?"early":n.includes("p50")?"mid":n.includes("p85")?"late":"";
84
  function card(m){
85
  const c=document.createElement("div");c.className="ch";
86
  const ep=m.name.replace(/^\d{4}-\d{2}-\d{2}_/,"").split("__")[0];
 
76
  Raw onset clips: <a href="index.html">index.html</a> 路 positions p10/p50/p85 = ~early/mid/late.</footer>
77
  </div>
78
  <script>
79
+ const META = [{"file": "motherboard__2026-05-11_episode_005__p00.mp4", "task": "motherboard", "name": "2026-05-11_episode_005__p00", "frames": 600}, {"file": "motherboard__2026-05-11_episode_005__p10.mp4", "task": "motherboard", "name": "2026-05-11_episode_005__p10", "frames": 600}, {"file": "motherboard__2026-05-11_episode_005__p50.mp4", "task": "motherboard", "name": "2026-05-11_episode_005__p50", "frames": 600}, {"file": "motherboard__2026-05-11_episode_005__p85.mp4", "task": "motherboard", "name": "2026-05-11_episode_005__p85", "frames": 600}, {"file": "motherboard__2026-05-11_episode_012__p00.mp4", "task": "motherboard", "name": "2026-05-11_episode_012__p00", "frames": 600}, {"file": "motherboard__2026-05-11_episode_012__p10.mp4", "task": "motherboard", "name": "2026-05-11_episode_012__p10", "frames": 600}, {"file": "motherboard__2026-05-11_episode_012__p50.mp4", "task": "motherboard", "name": "2026-05-11_episode_012__p50", "frames": 600}, {"file": "motherboard__2026-05-11_episode_012__p85.mp4", "task": "motherboard", "name": "2026-05-11_episode_012__p85", "frames": 600}, {"file": "pushT__2026-06-18_episode_001__p00.mp4", "task": "pushT", "name": "2026-06-18_episode_001__p00", "frames": 600}, {"file": "pushT__2026-06-18_episode_001__p10.mp4", "task": "pushT", "name": "2026-06-18_episode_001__p10", "frames": 600}, {"file": "pushT__2026-06-18_episode_001__p50.mp4", "task": "pushT", "name": "2026-06-18_episode_001__p50", "frames": 600}, {"file": "pushT__2026-06-18_episode_001__p85.mp4", "task": "pushT", "name": "2026-06-18_episode_001__p85", "frames": 600}, {"file": "pushT__2026-06-18_episode_002__p00.mp4", "task": "pushT", "name": "2026-06-18_episode_002__p00", "frames": 600}, {"file": "pushT__2026-06-18_episode_002__p10.mp4", "task": "pushT", "name": "2026-06-18_episode_002__p10", "frames": 600}, {"file": "pushT__2026-06-18_episode_002__p50.mp4", "task": "pushT", "name": "2026-06-18_episode_002__p50", "frames": 600}, {"file": "pushT__2026-06-18_episode_002__p85.mp4", "task": "pushT", "name": "2026-06-18_episode_002__p85", "frames": 600}];
80
  const FPS = 30;
81
  const SECTIONS=[{key:"motherboard",tag:"motherboard",cal:"calib 路 May-12"},{key:"pushT",tag:"pushT",cal:"calib 路 June-26"}];
82
  const root=document.getElementById("sections"); let active=null;
83
+ const posName=n=>n.includes("p00")?"start":n.includes("p10")?"early":n.includes("p50")?"mid":n.includes("p85")?"late":"";
84
  function card(m){
85
  const c=document.createElement("div");c.className="ch";
86
  const ep=m.name.replace(/^\d{4}-\d{2}-\d{2}_/,"").split("__")[0];