Skip to content

Commit

Permalink
Add link to TLFR eval code
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-baumann authored Jan 20, 2025
1 parent 47de83c commit ab237b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ state_dict = load_file(ckpt_pth)
unet.load_state_dict(state_dict, strict=True)
```

#### Combination with Telling Left From Right (TLFR)
Our checkpoints can also be combined with more advanced feature extraction methods than [DIFT](https://diffusionfeatures.github.io/), such as [TLFR](https://telling-left-from-right.github.io/). We provide an adapted version of their codebase that can be used to reproduce our state-of-the-art zero-shot semantic correspondence results in the [`geoaware-sc-eval`](https://github.com/CompVis/cleandift/tree/geoaware-sc-eval) branch.

## 🎓 Citation

If you use this codebase or otherwise found our work valuable, please cite our paper:
Expand Down

0 comments on commit ab237b0

Please sign in to comment.