Add task category and download instructions

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: mit
 
 
3
  ---
4
 
5
  <h1 align="center">Generative View Stitching</h1>
@@ -27,6 +29,12 @@ This is the official benchmark for the paper [**_Generative View Stitching_**](h
27
  ## 🚀 Usage
28
 
29
  This benchmark is comprised of camera trajectories designed to test various video generation capabilities, including video length extrapolation, loop closures, and collision avoidance.
 
 
 
 
 
 
30
  To run GVS on this benchmark, please visit <a href="https://github.com/andrewsonga/generative_view_stitching">our GitHub repository</a> for further instructions.
31
 
32
  ## 📌 Citation
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - other
5
  ---
6
 
7
  <h1 align="center">Generative View Stitching</h1>
 
29
  ## 🚀 Usage
30
 
31
  This benchmark is comprised of camera trajectories designed to test various video generation capabilities, including video length extrapolation, loop closures, and collision avoidance.
32
+
33
+ You can download and uncompress the benchmark camera trajectories with the following command:
34
+ ```bash
35
+ sh get_benchmark.sh
36
+ ```
37
+
38
  To run GVS on this benchmark, please visit <a href="https://github.com/andrewsonga/generative_view_stitching">our GitHub repository</a> for further instructions.
39
 
40
  ## 📌 Citation