Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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.
- Host: GitHub
- URL: https://github.com/andreazoccatelli/selective_blur
- Owner: AndreaZoccatelli
- Created: 2024-09-15T20:37:52.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T20:39:33.000Z (about 2 months ago)
- Last Synced: 2024-10-10T17:41:48.284Z (about 1 month ago)
- Topics: computer-vision, opencv, photo-editing, pytorch
- Language: Jupyter Notebook
- Homepage: https://selective-blur.readthedocs.io
- Size: 11.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.)".