egorchistov commited on
Commit
ab9882a
Β·
1 Parent(s): 467f05f

Add badges

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -13,6 +13,17 @@
13
  <h3 align="center"><a href="https://arxiv.org/abs/2506.23151">πŸ“„ Paper</a> | <a href="https://msu-video-group.github.io/memfof">🌐 Project Page</a> | <a href="https://colab.research.google.com/github/msu-video-group/memfof/blob/dev/demo.ipynb">πŸš€ Colab</a> | <a href="https://huggingface.co/spaces/egorchistov/MEMFOF">πŸ€— Demo</a></h3>
14
  </p>
15
 
 
 
 
 
 
 
 
 
 
 
 
16
  ## πŸ› οΈ Installation
17
 
18
  Our code is developed with pytorch >= 2.5.0, CUDA >= 12.6 and python >= 3.10.
 
13
  <h3 align="center"><a href="https://arxiv.org/abs/2506.23151">πŸ“„ Paper</a> | <a href="https://msu-video-group.github.io/memfof">🌐 Project Page</a> | <a href="https://colab.research.google.com/github/msu-video-group/memfof/blob/dev/demo.ipynb">πŸš€ Colab</a> | <a href="https://huggingface.co/spaces/egorchistov/MEMFOF">πŸ€— Demo</a></h3>
14
  </p>
15
 
16
+ ## πŸ… Overview
17
+
18
+ **MEMFOF** is a **memory-efficient optical flow method** for **Full HD video** that combines **high accuracy** with **low VRAM usage**.
19
+
20
+ > [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/memfof-high-resolution-training-for-memory/optical-flow-estimation-on-spring)](https://paperswithcode.com/sota/optical-flow-estimation-on-spring?p=memfof-high-resolution-training-for-memory) <br>
21
+ > [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/memfof-high-resolution-training-for-memory/optical-flow-estimation-on-sintel-clean)](https://paperswithcode.com/sota/optical-flow-estimation-on-sintel-clean?p=memfof-high-resolution-training-for-memory) <br>
22
+ > [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/memfof-high-resolution-training-for-memory/optical-flow-estimation-on-sintel-final)](https://paperswithcode.com/sota/optical-flow-estimation-on-sintel-final?p=memfof-high-resolution-training-for-memory) <br>
23
+ > [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/memfof-high-resolution-training-for-memory/optical-flow-estimation-on-kitti-2015)](https://paperswithcode.com/sota/optical-flow-estimation-on-kitti-2015?p=memfof-high-resolution-training-for-memory) <br>
24
+ > [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/memfof-high-resolution-training-for-memory/optical-flow-estimation-on-kitti-2015-train)](https://paperswithcode.com/sota/optical-flow-estimation-on-kitti-2015-train?p=memfof-high-resolution-training-for-memory)
25
+
26
+
27
  ## πŸ› οΈ Installation
28
 
29
  Our code is developed with pytorch >= 2.5.0, CUDA >= 12.6 and python >= 3.10.