Skip to content

Commit c088a85

Browse files
authored
Enhance README with method overview images
Added images for OneVision Encoder Method Overview and updated the README structure.
1 parent 573ca22 commit c088a85

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121

2222
</div>
2323

24+
25+
<p align="center">
26+
<picture>
27+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/anxiangsir/asset/main/OneVision/method_github_dark.png">
28+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/anxiangsir/asset/main/OneVision/method_github_light.png">
29+
<img alt="OneVision Encoder Method Overview" src="https://raw.githubusercontent.com/anxiangsir/asset/main/OneVision/method_github_light.png" width="900" style="max-width: 100%;">
30+
</picture>
31+
</p>
32+
2433
## 📖 Table of Contents
2534

2635
- [Introduction](#-introduction)
@@ -53,16 +62,6 @@ Coupled with global contrastive learning over a 2M-scale concept memory bank, On
5362
- **Native Resolution Support**: Supports native resolution input without tiling or cropping.
5463
- **Open Training Data & Pipeline**: In addition to the model and code, we will open-source the curated training dataset and the full data processing pipeline.
5564

56-
### Method Overview
57-
58-
<p align="center">
59-
<picture>
60-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/anxiangsir/asset/main/OneVision/method_github_dark.png">
61-
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/anxiangsir/asset/main/OneVision/method_github_light.png">
62-
<img alt="OneVision Encoder Method Overview" src="https://raw.githubusercontent.com/anxiangsir/asset/main/OneVision/method_github_light.png" width="900" style="max-width: 100%;">
63-
</picture>
64-
</p>
65-
6665
### Video Processing Pipeline
6766

6867
The visualization below illustrates four different video processing pipelines.

0 commit comments

Comments
 (0)