thatcher-effect-dataset-generator
thatcher-effect-dataset-generator copied to clipboard
Apply Thatcher illusion on a set of face photos
Thatcher Effect Dataset Generator
Using OpenCV to apply Thatcher effect on a set of face images
Example
Input:


Output:


Turn the output images upside-down to notice changes.
Run
- Put some image files inside input_images directory (some samples from CelebA dataset are already there).
- You can change main.py constants if you want.
- Use Python 3 to run the program:
python3 main.py
It reads input_files directory files and writes to output_files directory.