Font GAN : next phase

I began to implement the font gan model I trained (https://blog.felixjely.fr/2022/03/15/typographic-gan-v2/) into a more polished interactive project. It consists of showing one character throught an input on the keyboard, then move throught the multiple generation via joystick. Thus, joystick give more control than “simple” key. you could control the force instead of a pressed key. In term of pratical code, a key could be listened only via boolean value (True/False), a joystick : a float value (Between -1.0 and 1.0).

Althought, I don’t really like using joystick on this context: a midi controller with slider / potentiometer could acutally be a lot better.

For the moment you can change the latent space value with the joystick, change the letter using L1 or R1 button and regenerate the letter with the B button.