#348 · Primary category: Computer Vision

gangealing

alignment computer-vision correspondence cvpr cvpr2022 deep-learning gan generative image-manipulation pytorch stylegan stylegan2 tracking

Official PyTorch Implementation of "GAN-Supervised Dense Visual Alignment" (CVPR 2022 Oral, Best Paper Finalist)

Project last updated:10/12/22

GitHub Stars

1.0K

Forks

121

Contributors

4

License

BSD-2-Clause

Why we included this project

Anyone who works on dense correspondence will find this a solid reference implementation of a CVPR 2022 oral paper. GANgealing trains a Spatial Transformer on synthetic GAN images to warp unaligned inputs into a shared canonical view, and that alignment carries over to real photos and video without extra supervision. The per-pixel matches it produces support object tracking and label propagation, and the included Colab notebook shows how to propagate drawn edits across frames realistically. With pre-trained models for eight datasets and the training and evaluation code plus visualization utilities, you can run it out of the box or use it as a base for reproducing and extending the method.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category