This repo contains the code to blur any image background using image segmentation Techniques. Here we are using some of the popular Image segmentation techniques to achieve highest accuracy.
| Algorithm | Training Accuracy | Validation Accuracy | Test Accuracy |
|---|---|---|---|
| SegNet | 98.36 | 94.16 | 97.15 |
| UNet | NA | NA | NA |
| PSPNet | NA | NA | NA |
| DeepLab | NA | NA | NA |
| Image Segmentation(custom model) | NA | NA | NA |
The dataset we used contains 2667 images of person and their respective segmentation mask.
SOURCE