Skip to content

Commit 4348b42

Browse files
Copilotanxiangsir
andcommitted
Add instructions for direct video playback in README
Co-authored-by: anxiangsir <31175974+anxiangsir@users.noreply.github.com>
1 parent 1d02c37 commit 4348b42

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,20 @@
4545
## 🔍 Introduction
4646

4747
<div align="center">
48-
<a href="https://www.youtube.com/watch?v=PPBmfUoIxJ8">
49-
<img src="https://img.youtube.com/vi/PPBmfUoIxJ8/maxresdefault.jpg" alt="OneVision Encoder Video" width="800" style="max-width: 100%;">
50-
</a>
48+
49+
<!-- To enable direct video playback: -->
50+
<!-- 1. Download the video from YouTube (https://www.youtube.com/watch?v=PPBmfUoIxJ8) -->
51+
<!-- 2. Edit this README on GitHub -->
52+
<!-- 3. Drag and drop the video file into the edit box -->
53+
<!-- 4. GitHub will upload it and provide a URL like https://user-images.githubusercontent.com/... -->
54+
<!-- 5. Replace the line below with: <video src="URL" controls width="800"></video> -->
55+
56+
<a href="https://www.youtube.com/watch?v=PPBmfUoIxJ8" target="_blank">
57+
<img src="https://img.youtube.com/vi/PPBmfUoIxJ8/maxresdefault.jpg" alt="OneVision Encoder Introduction Video - Click to Watch" width="800" style="max-width: 100%;">
58+
</a>
59+
60+
**📺 [▶️ 点击图片观看视频 / Click Image to Watch Video on YouTube](https://www.youtube.com/watch?v=PPBmfUoIxJ8)**
61+
5162
</div>
5263

5364
**Hypothesis.** Artificial general intelligence is, at its core, a compression problem. Effective compression demands resonance: deep learning scales best when its architecture aligns with the fundamental structure of the data. These are the fundamental principles. Yet, modern vision architectures have strayed from these truths: visual signals are highly redundant, while discriminative information, the surprise, is sparse. Current models process dense pixel grids uniformly, wasting vast compute on static background rather than focusing on the predictive residuals that define motion and meaning. We argue that to solve visual understanding, we must align our architectures with the information-theoretic principles of video, i.e., Codecs.

0 commit comments

Comments
 (0)