mirror of
https://github.com/showlab/Code2Video.git
synced 2026-08-27 22:44:58 +00:00
Update README.md
This commit is contained in:
parent
988117dde6
commit
2abadee2ef
1 changed files with 46 additions and 9 deletions
55
README.md
55
README.md
|
|
@ -98,21 +98,57 @@ https://github.com/user-attachments/assets/d906423f-734a-41c9-b102-b113ad3b3c25
|
|||
<tbody>
|
||||
<tr>
|
||||
<td style="text-align: center; vertical-align: middle; font-weight: bold;">Hanoi Problem</td>
|
||||
<td><img src="assets/videos/veo/Hanoi.gif" style="height:180px; object-fit:contain;"></td>
|
||||
<td><img src="assets/videos/wan/Hanoi.gif" style="height:180px; object-fit:contain;"></td>
|
||||
<td><img src="assets/videos/code2video/Hanoi_4K_SpeedUp.gif" style="height:180px; object-fit:contain;"></td>
|
||||
<td>
|
||||
<div style="width: 320px; aspect-ratio: 16 / 9; overflow: hidden; margin: auto;">
|
||||
<img src="assets/videos/veo/Hanoi.gif" style="width: 100%; height: 100%; object-fit: cover;">
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div style="width: 320px; aspect-ratio: 16 / 9; overflow: hidden; margin: auto;">
|
||||
<img src="assets/videos/wan/Hanoi.gif" style="width: 100%; height: 100%; object-fit: cover;">
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div style="width: 320px; aspect-ratio: 16 / 9; overflow: hidden; margin: auto;">
|
||||
<img src="assets/videos/code2video/Hanoi_4K_SpeedUp.gif" style="width: 100%; height: 100%; object-fit: cover;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center; vertical-align: middle; font-weight: bold;">Large Language Model</td>
|
||||
<td><img src="assets/videos/veo/LLM.gif" style="height:180px; object-fit:contain;"></td>
|
||||
<td><img src="assets/videos/wan/LLM.gif" style="height:180px; object-fit:contain;"></td>
|
||||
<td><img src="assets/videos/code2video/LLM_speed.gif" style="height:180px; object-fit:contain;"></td>
|
||||
<td>
|
||||
<div style="width: 320px; aspect-ratio: 16 / 9; overflow: hidden; margin: auto;">
|
||||
<img src="assets/videos/veo/LLM.gif" style="width: 100%; height: 100%; object-fit: cover;">
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div style="width: 320px; aspect-ratio: 16 / 9; overflow: hidden; margin: auto;">
|
||||
<img src="assets/videos/wan/LLM.gif" style="width: 100%; height: 100%; object-fit: cover;">
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div style="width: 320px; aspect-ratio: 16 / 9; overflow: hidden; margin: auto;">
|
||||
<img src="assets/videos/code2video/LLM_speed.gif" style="width: 100%; height: 100%; object-fit: cover;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center; vertical-align: middle; font-weight: bold;">Pure Fourier Series</td>
|
||||
<td><img src="assets/videos/veo/fourier.gif" style="height:180px; object-fit:contain;"></td>
|
||||
<td><img src="assets/videos/wan/fourier.gif" style="height:180px; object-fit:contain;"></td>
|
||||
<td><img src="assets/videos/code2video/fourier_speed.gif" style="height:180px; object-fit:contain;"></td>
|
||||
<td>
|
||||
<div style="width: 320px; aspect-ratio: 16 / 9; overflow: hidden; margin: auto;">
|
||||
<img src="assets/videos/veo/fourier.gif" style="width: 100%; height: 100%; object-fit: cover;">
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div style="width: 320px; aspect-ratio: 16 / 9; overflow: hidden; margin: auto;">
|
||||
<img src="assets/videos/wan/fourier.gif" style="width: 100%; height: 100%; object-fit: cover;">
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div style="width: 320px; aspect-ratio: 16 / 9; overflow: hidden; margin: auto;">
|
||||
<img src="assets/videos/code2video/fourier_speed.gif" style="width: 100%; height: 100%; object-fit: cover;">
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -121,6 +157,7 @@ https://github.com/user-attachments/assets/d906423f-734a-41c9-b102-b113ad3b3c25
|
|||
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
### Table of Contents
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue