Real to Imaginary Variational Auto Encoder.
pip3 install -r requirements.txt
python3 image_extractor.py
python3 rivae.py
The way RiVAE works is somewhat simple. We extract the images from a virtual video, then go through an auto encoder and calculate the error of the decoder output image with the ground truth image to update the weights. Something very similar to a conventional variational auto encoder, the difference here is in the focus of the project.
If you liked this repository, please don’t forget to starred it!