딥러닝으로 Image segmentation된 이미지에서
사람 영역과 배경 영역을 분리하고 배경 영역만 흐릿하게 해서
아웃포커스 효과를 적용해봅시다. 사진이 더 이뻐져요!
Source code(Github): https://github.com/kairess/Mask_RCNN
Original repository: https://github.com/matterport/Mask_RCNN
Dependencies:
- Python
- numpy
- Keras
- Tensorflow
- OpenCV
- skimage
- matplotlib