Exploring DragGAN implementation using ONNX Runtime 

5 min read

In this Blog we will describe our implementation of the DragGAN2 algorithm, based on StyleGAN1, using ONNX Runtime. We will give a technical overview of the architectures, describe the motivation and discuss challenges and their resolution. We have also released the python code that walks through the resulting implementation. Read more