File size: 1,696 Bytes
e7f57f1 | 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 40 41 42 43 44 45 46 47 48 49 | ---
license: mit
tags:
- kornia
- feature-detection
- feature-description
- image-matching
---
# kornia/dedode
Pretrained weights for **DeDoDe** (Detect, Don't Describe — Describe, Don't Detect),
used by [`kornia.feature.DeDoDe`](https://kornia.readthedocs.io/en/latest/feature.html).
DeDoDe trains detection and description independently: the detector is trained to
find repeatable 3D points, the descriptor is trained separately for matchability.
Supports upright and rotation-equivariant (C4 / SO2) variants. 3DV 2024.
**Original repo:** [Parskatt/DeDoDe](https://github.com/Parskatt/DeDoDe)
**Rotation-equivariant variants:** [georg-bn/rotation-steerers](https://github.com/georg-bn/rotation-steerers)
## Weights
| File | Type | Variant |
|------|------|---------|
| `dedode_detector_L.pth` | Detector | L-upright |
| `dedode_detector_C4.pth` | Detector | L-C4 |
| `dedode_detector_SO2.pth` | Detector | L-SO2 |
| `dedode_detector_L_v2.pth` | Detector | L-upright v2 |
| `dedode_descriptor_B.pth` | Descriptor | B-upright |
| `dedode_descriptor_G.pth` | Descriptor | G-upright |
| `B_C4_Perm_descriptor_setting_C.pth` | Descriptor | B-C4 |
| `B_SO2_Spread_descriptor_setting_C.pth` | Descriptor | B-SO2 |
| `G_C4_Perm_descriptor_setting_C.pth` | Descriptor | G-C4 |
| `G_SO2_Spread_descriptor_setting_C.pth` | Descriptor | G-SO2 |
## Citation
```bibtex
@inproceedings{edstedt2024dedode,
title = {{DeDoDe}: Detect, Don't Describe --- Describe, Don't Detect
for Local Feature Matching},
author = {Johan Edstedt and Georg Bökman and Mårten Wadenbäck
and Michael Felsberg},
booktitle = {3DV},
year = {2024}
}
```
|