Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreazoccatelli/selective_blur

Selective Blur is a tool that allows to change the focus of an image on a subject selected by the user and adapt the blur of the surroundings naturally.
https://github.com/andreazoccatelli/selective_blur

computer-vision opencv photo-editing pytorch

Last synced: about 21 hours ago
JSON representation

Selective Blur is a tool that allows to change the focus of an image on a subject selected by the user and adapt the blur of the surroundings naturally.

Awesome Lists containing this project

README

        

# Selective Blur

## Overview
Selective Blur is a tool that allows to change the focus of an image on a subject
selected by the user and adapt the blur of the surroundings naturally.

To achieve this, it leverages [Segment Anything](https://ai.meta.com/sam2>) to mask the selected subject and
[MiDaS](https://github.com/isl-org/MiDaS>) for depth-aware blurring.

## Useful links
Read the docs [here](https://selective-blur.readthedocs.io).

This project is part of "[Root.](https://andrea-zoccatelli.gitbook.io/me/v/root.)".