Skip to content

Add method.jpg and case GIFs to README#4

Merged
anxiangsir merged 2 commits intomainfrom
copilot/update-gif-and-method-display
Dec 24, 2025
Merged

Add method.jpg and case GIFs to README#4
anxiangsir merged 2 commits intomainfrom
copilot/update-gif-and-method-display

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 24, 2025

Display three assets in README.md: asset/method.jpg, asset/case4.gif, and asset/case6.gif.

Changes

  • Added "Method Overview" section after Introduction with method.jpg architecture diagram
  • Added "Case Demonstrations" section with case4.gif and case6.gif in side-by-side table layout (consistent with existing "Input Method Comparison" style)
Original prompt

帮我搞定一下
asset/case4.gif
asset/case6.gif
这两个gif的展示

然后
asset/method.jpg
这个method的展示,谢谢


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: anxiangsir <31175974+anxiangsir@users.noreply.github.com>
Copilot AI changed the title [WIP] Update display for case GIFs and method image Add method.jpg and case GIFs to README Dec 24, 2025
Copilot AI requested a review from anxiangsir December 24, 2025 15:28
@anxiangsir anxiangsir marked this pull request as ready for review December 24, 2025 15:30
Copilot AI review requested due to automatic review settings December 24, 2025 15:30
@anxiangsir anxiangsir merged commit 1bd7a00 into main Dec 24, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds visual documentation to the README by displaying three assets: a method overview diagram and two case demonstration GIFs.

  • Added "Method Overview" section with architecture diagram showing the OneVision Encoder methodology
  • Added "Case Demonstrations" section displaying two example cases (case4 and case6) in a side-by-side table layout
  • Maintained consistency with existing image presentation patterns in the README

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +64 to +68
<img src="asset/case4.gif" alt="Case 4 Demonstration" width="400"><br>
<b>Case 4</b>
</td>
<td align="center">
<img src="asset/case6.gif" alt="Case 6 Demonstration" width="400"><br>
Copy link

Copilot AI Dec 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The alt text for these case demonstrations is too generic and doesn't describe what the GIFs actually show. Good alt text should provide meaningful context about the content being displayed. Consider describing what each case demonstrates specifically (e.g., what task, behavior, or feature is being shown).

Suggested change
<img src="asset/case4.gif" alt="Case 4 Demonstration" width="400"><br>
<b>Case 4</b>
</td>
<td align="center">
<img src="asset/case6.gif" alt="Case 6 Demonstration" width="400"><br>
<img src="asset/case4.gif" alt="Animated qualitative example for OneVision Encoder, Case 4 scenario" width="400"><br>
<b>Case 4</b>
</td>
<td align="center">
<img src="asset/case6.gif" alt="Animated qualitative example for OneVision Encoder, Case 6 scenario" width="400"><br>

Copilot uses AI. Check for mistakes.
Comment thread README.md
Comment on lines +62 to +69
<tr>
<td align="center">
<img src="asset/case4.gif" alt="Case 4 Demonstration" width="400"><br>
<b>Case 4</b>
</td>
<td align="center">
<img src="asset/case6.gif" alt="Case 6 Demonstration" width="400"><br>
<b>Case 6</b>
Copy link

Copilot AI Dec 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "Case Demonstrations" section lacks descriptive context. Unlike the "Input Method Comparison" section which includes a caption and explanatory text under each image, this section only shows "Case 4" and "Case 6" labels without explaining what these cases demonstrate or why they are important. Consider adding a table caption and brief descriptions to provide context for readers.

Suggested change
<tr>
<td align="center">
<img src="asset/case4.gif" alt="Case 4 Demonstration" width="400"><br>
<b>Case 4</b>
</td>
<td align="center">
<img src="asset/case6.gif" alt="Case 6 Demonstration" width="400"><br>
<b>Case 6</b>
<caption style="caption-side: top; text-align: center; font-weight: bold; margin-bottom: 10px;">
Representative qualitative case studies showcasing OneVision Encoder’s behavior on diverse video understanding scenarios
</caption>
<tr>
<td align="center">
<img src="asset/case4.gif" alt="Case 4 Demonstration: complex multi-event video understanding example" width="400"><br>
<b>Case 4</b><br>
Complex multi-event scene demonstrating temporal reasoning and motion-aware representation
</td>
<td align="center">
<img src="asset/case6.gif" alt="Case 6 Demonstration: long-duration activity and viewpoint change example" width="400"><br>
<b>Case 6</b><br>
Long-duration activity with viewpoint changes highlighting robust, sparse video encoding

Copilot uses AI. Check for mistakes.
Luodian pushed a commit that referenced this pull request Dec 25, 2025
Luodian pushed a commit that referenced this pull request Dec 25, 2025
…thod-display

Add method.jpg and case GIFs to README
@anxiangsir anxiangsir deleted the copilot/update-gif-and-method-display branch December 29, 2025 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants