Using OpenCV to apply Thatcher effect on a set of face images
Turn the output images upside-down to notice changes.
- 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.