koukyo1994 commited on
Commit
832f7e3
·
verified ·
1 Parent(s): aa70d79

update README

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -10,6 +10,21 @@ tags:
10
 
11
  # Terra
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  **Terra** is a world model designed for autonomous driving and serves as a baseline model in th [ACT-Bench](https://github.com/turingmotors/ACT-Bench) framework.
14
  Terra generates video continuations based on short video clips of approximately three frames and trajectory instructions.
15
  A key feature of Terra is its **high adherence to trajectory instructions**, enabling accurate and reliable action-conditioned video generation.
 
10
 
11
  # Terra
12
 
13
+ <div style="display: flex; overflow-x: auto; gap: 10px; scroll-behavior: smooth; padding: 10px; border: 1px solid #ddd;">
14
+ <video width="300" controls>
15
+ <source src="./assets/videos/row_1.mp4" type="video/mp4">
16
+ Your browser does not support the video tag.
17
+ </video>
18
+ <video width="300" controls>
19
+ <source src="./assets/videos/row_2.mp4" type="video/mp4">
20
+ Your browser does not support the video tag.
21
+ </video>
22
+ <video width="300" controls>
23
+ <source src="./assets/videos/row_3.mp4" type="video/mp4">
24
+ Your browser does not support the video tag.
25
+ </video>
26
+ </div>
27
+
28
  **Terra** is a world model designed for autonomous driving and serves as a baseline model in th [ACT-Bench](https://github.com/turingmotors/ACT-Bench) framework.
29
  Terra generates video continuations based on short video clips of approximately three frames and trajectory instructions.
30
  A key feature of Terra is its **high adherence to trajectory instructions**, enabling accurate and reliable action-conditioned video generation.