Skip to content

DeepNeuralDog/depth_blur

Repository files navigation

My Project

Depth Blur Effect using DPT Large and Real-ESRGAN

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.

Table of Contents

Installation

  1. Create a Conda Environment

    conda create -n env python=3.8.19
  2. Activate the Conda Environment

    conda activate env
  3. Install pip

    conda install pip
  4. Run the Setup Script

    bash setup.sh

Happy blurring!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages