From a5a69f58294509598714d1e88c9646c3d7c6ec94 Mon Sep 17 00:00:00 2001 From: Janne Hellsten Date: Thu, 28 Oct 2021 10:33:08 +0300 Subject: [PATCH] update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d391ae0..edd0f9f 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ https://nvlabs.github.io/stylegan3
Abstract: *We observe that despite their hierarchical convolutional nature, the synthesis process of typical generative adversarial networks depends on absolute pixel coordinates in an unhealthy manner. This manifests itself as, e.g., detail appearing to be glued to image coordinates instead of the surfaces of depicted objects. We trace the root cause to careless signal processing that causes aliasing in the generator network. Interpreting all signals in the network as continuous, we derive generally applicable, small architectural changes that guarantee that unwanted information cannot leak into the hierarchical synthesis process. The resulting networks match the FID of StyleGAN2 but differ dramatically in their internal representations, and they are fully equivariant to translation and rotation even at subpixel scales. Our results pave the way for generative models better suited for video and animation.* -For business inquiries, please contact [researchinquiries@nvidia.com](mailto:researchinquiries@nvidia.com)
-For press and other inquiries, please contact Hector Marinez at [hmarinez@nvidia.com](mailto:hmarinez@nvidia.com)
+For business inquiries, please visit our website and submit the form: [NVIDIA Research Licensing](https://www.nvidia.com/en-us/research/inquiries/) ## Release notes