This code is a fork of the DeepSIM code base, with minor edits to make it run in a colab notebook. I was interested in applying this model to my own datasets but didn't have the local machine power and so edited to work with colab. The colab notebook can be found here and includes written instructions on how to run it. The example in the colab has the original datasets, as well as an additional dataset for overlaying an animation over my face.
This is based off of research by the original authors from the paper DeepSIM: Image Shape Manipulation from a Single Augmented Training Sample. Here are links to the original code base and project page.
All the information for running this code base on your own dataset can be found on the colab notebook. If you want to run this code locally without colab, then see the original code base for well documented instructions. Here are the results you will get with running the colab on the dataset I provided:
If you wish to reference this code base, please only reference this code if you made use of any of the colab-based code. Otherwise reference the original authors' code only. If you do reference this repository, please include a reference to the original authors:
@misc{vinker2020deep,
title={Deep Single Image Manipulation},
author={Yael Vinker and Eliahu Horwitz and Nir Zabari and Yedid Hoshen},
year={2020},
eprint={2007.01289},
archivePrefix={arXiv},
}