egorchistov commited on
Commit
e4df822
Β·
1 Parent(s): e2e1f8a

Update demo links

Browse files
Files changed (1) hide show
  1. demo.py +4 -5
demo.py CHANGED
@@ -177,14 +177,13 @@ def main():
177
 
178
  with gr.Blocks() as demo:
179
  gr.Markdown("""
180
- <h1 align="center">Optical Flow Estimation with MEMFOF</h1>
181
 
182
- <h3 align="center">ICCV 2025</h3>
183
- <h3 align="center"><a href="">Paper</a> | <a href="https://msu-video-group.github.io/memfof">Project Page</a> | <a href="https://github.com/msu-video-group/memfof">Code</a> | <a href="https://colab.research.google.com/github/msu-video-group/memfof/blob/dev/demo.ipynb">Colab</a></h3>
184
 
185
- <p align="center">Estimate optical flow using MEMFOF β€” a memory-efficient optical flow model for Full HD video that combines high accuracy with low VRAM usage.</p>
186
 
187
- <p align="center">Please note that the processing will be automatically stopped after ~1 minute.</p>
188
  """)
189
 
190
  with gr.Row():
 
177
 
178
  with gr.Blocks() as demo:
179
  gr.Markdown("""
180
+ <h1 align="center">MEMFOF: High-Resolution Training for Memory-Efficient Multi-Frame Optical Flow Estimation</h1>
181
 
182
+ <h2 align="center"><a href="https://arxiv.org/abs/2506.23151" style="text-decoration: none;">πŸ“„ Paper</a> | <a href="https://msu-video-group.github.io/memfof" style="text-decoration: none;">🌐 Project Page</a> | <a href="https://github.com/msu-video-group/memfof" style="text-decoration: none;">πŸ’» Code</a> | <a href="https://colab.research.google.com/github/msu-video-group/memfof/blob/dev/demo.ipynb" style="text-decoration: none;">πŸš€ Colab</a></h2>
 
183
 
184
+ <p align="center">Estimate optical flow using <b>MEMFOF</b> β€” a <b>memory-efficient optical flow model</b> for <b>Full HD video</b> that combines <b>high accuracy</b> with <b>low VRAM usage</b>.</p>
185
 
186
+ <p align="center">Please note that the <b>processing will be automatically stopped after ~1 minute</b>.</p>
187
  """)
188
 
189
  with gr.Row():