Skip to content

Commit ec5c0ae

Browse files
committed
doc: replace bare except; ensure cv2 availability check; update readme title.
1 parent 7e3a30f commit ec5c0ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</p>
88

99
<p align="center">
10-
<strong>Fully HEVC-Style Vision Transformer </strong>
10+
<strong>OneVision Encoder</strong>
1111
</p>
1212

1313
## 📖 Table of Contents
@@ -29,11 +29,11 @@ OneVision Encoder is a vision encoder designed for multimodal large language mod
2929
### Input Method Comparison
3030

3131
<table>
32-
<caption style="caption-side: top; text-align: center; font-weight: bold; margin-bottom: 10px;">Comparison of Frame Sampling Input vs Codec Input</caption>
32+
<caption style="caption-side: top; text-align: center; font-weight: bold; margin-bottom: 10px;">Frame Sampling Input vs Codec Input</caption>
3333
<tr>
3434
<td align="center">
3535
<img src="pages/images/example.gif" alt="Animated demonstration of traditional uniform frame sampling method for video processing" width="400"><br>
36-
<b>抽帧输入 (Frame Sampling Input)</b><br>
36+
<b>Frame Sampling Input</b><br>
3737
Traditional uniform frame sampling approach
3838
</td>
3939
<td align="center">

0 commit comments

Comments
 (0)