This project demonstrates how to create a depth blur effect for a given image using a depth map estimated by the DPT Large model and upscaled by the Real-ESRGAN model.
-
Create a Conda Environment
conda create -n env python=3.8.19
-
Activate the Conda Environment
conda activate env
-
Install pip
conda install pip
-
Run the Setup Script
bash setup.sh
Happy blurring!