A tool made in python to convert normal image into special images which change their perspective as the user moves using face detection.
You can check more about Parallax image and how it works on Medium
- python
- PILLOW
- numpy
- pygame
- opencv-python==4.1.0.25
- PyTorch
- torchvision
Download the model weights model-f6b98070.pt and model-small-70d6b9c8.pt and place thefile in the MiDaS/saved_model .
- You can clone the repository
- Install all the required libraries and prerequisite (You can create your virtual own virtual env and install libraries in that)
- Run the Revamp/main.py
- You can either give path of the image in the main.py or or select the file in the browser that will appear if no path is given