Spaces:
Running
Running
Commit
Β·
e4df822
1
Parent(s):
e2e1f8a
Update demo links
Browse files
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
|
181 |
|
182 |
-
<
|
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
|
186 |
|
187 |
-
<p align="center">Please note that the processing will be automatically stopped after ~1 minute
|
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():
|