Hi,
I want to work on GANs and I’m wondering if I can run these GANs on the Luckfox Ultra Pico W board. The model I’m thinking of working with is ESR-GAN (https://github.com/xinntao/ESRGAN). I would appreciate it if you could help me. Thank you
GAN Implementation on Luckfox Ultra Pico W
Hello, due to the high computational complexity of ESR-GAN, and the limited hardware resources of Luckfox Ultra Pico W, it is possible to choose a lightweight GAN model with lower computational complexity, such as MobileSR-GAN or TinySR-GAN. Alternatively, ESR-GAN can be deployed on a cloud server, with Luckfox Ultra Pico W responsible for sending low-resolution images and receiving high-resolution images.