File size: 1,014 Bytes
f637fa9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
license: mit
tags:
  - kornia
  - deblurring
  - motion-estimation
---

# kornia/defmo

Pretrained weights for **DeFMO** (Deblurring and Shape Recovery of Fast Moving Objects),
used by [`kornia.feature.DeFMO`](https://kornia.readthedocs.io/en/latest/feature.html).

DeFMO is an encoder–renderer network that takes a blurred image and background frame
as input and predicts the sharp object appearance and trajectory over time. CVPR 2021.

Weights redistributed with permission from Denys Rozumnyi.

**Original repo:** [rozumden/DeFMO](https://github.com/rozumden/DeFMO)

## Weights

| File | Component |
|------|-----------|
| `encoder_best.pt` | Encoder |
| `rendering_best.pt` | Renderer |

## Citation

```bibtex
@inproceedings{DeFMO2021,
    title     = {{DeFMO}: Deblurring and Shape Recovery of Fast Moving Objects},
    author    = {Rozumnyi, Denys and Oswald, Martin R. and Ferrari, Vittorio
                 and Matas, Jiri and Pollefeys, Marc},
    booktitle = {CVPR},
    year      = {2021}
}
```