HikariDawn777 commited on
Commit
7d9885d
·
1 Parent(s): f4a615b
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -85,17 +85,17 @@ MARKDOWN = \
85
  <a style='font-size:18px;color: #000000' href='https://cfeng16.github.io/this-and-that/'> [Project Page] </a> </div> \
86
  </div>
87
 
88
- This&That is a Robotics scenario (Bridge-dataset-based for this demo) Language-Gesture-Image-conditioned Video Generation Model for Robot Planning.
89
 
90
- This Demo is on the Video Diffusion Model part.
91
- Only VGL mode (image+language+gesture conditioned) is provided in this Demo, but you can check the full test code for all pretrained weight available.
92
 
93
- ### Note: The index we put the gesture point by default here is [4, 10] (5th and 11th) for two gesture points or [4] (5th) for one gesture point.
94
- ### Note: The resolution now only support is 256x384.
95
- ### Note: Click "Clear All" to restart everything; Click "Undo Point" to cancel the point you put
96
- ### Note: The first run may be long. Click "Clear All" for each run is the safest choice.
97
 
98
- If **This&That** is helpful, please help star the [GitHub Repo](https://github.com/Kiteretsu77/This_and_That_VDM). Thanks!
99
 
100
  """
101
 
 
85
  <a style='font-size:18px;color: #000000' href='https://cfeng16.github.io/this-and-that/'> [Project Page] </a> </div> \
86
  </div>
87
 
88
+ This&That is a robotics scenario (based on the Bridge dataset for this demo), a Language-Gesture-Image-conditioned Video Generation Model for Robot Planning.
89
 
90
+ This demo focuses on the Video Diffusion Model.
91
+ Only the VGL mode (image + language + gesture conditioned) is provided, but you can find the complete test code and all pretrained weights available.
92
 
93
+ ### Note: The default gesture point indices are [4, 10] (5th and 11th) for two gesture points, or [4] (5th) for one gesture point.
94
+ ### Note: Currently, the supported resolution is 256x384.
95
+ ### Note: Click "Clear All" to reset everything, or "Undo Point" to remove the last gesture point.
96
+ ### Note: The first run may take longer. Clicking "Clear All" before each run is the safest option.
97
 
98
+ If **This&That** is helpful, please star the [GitHub Repo](https://github.com/Kiteretsu77/This_and_That_VDM). Thank you!
99
 
100
  """
101