MarcoForte/FBA_Matting
A PyTorch-based deep learning model for high-quality image matting that separates foreground, background, and alpha channel from images.

This repository contains the official implementation of the F, B, Alpha Matting research paper, providing a deep learning approach to image matting. The model uses PyTorch to predict alpha mattes, foreground estimates, and background estimates for precise image composition. It includes a pre-trained model for inference and Jupyter notebooks for running the algorithm, with applications in image editing, video processing, and compositing.