Image alpha matting
Project description
FBA Matting
Official repository for the paper F, B, Alpha Matting. This paper and project is under heavy revision for peer reviewed publication, and so I will not be able to release the training code yet.
Marco Forte1, François Pitié1
1 Trinity College Dublin
Requirements
GPU memory >= 11GB for inference on Adobe Composition-1K testing set, more generally for resolutions above 1920x1080.
Packages:
- torch >= 1.4
- numpy
- opencv-python
Additional Packages for jupyter notebook
- matplotlib
- gdown (to download model inside notebook)
Models
These models have been trained on Adobe Image Matting Dataset. They are covered by the Adobe Deep Image Mattng Dataset License Agreement so they can only be used and distributed for noncommercial purposes.
More results of this model avialiable on the alphamatting.com, the videomatting.com benchmark, and the supplementary materials PDF.
Model Name | File Size | SAD | MSE | Grad | Conn |
---|---|---|---|---|---|
FBA Table. 4 | 139mb | 26.4 | 5.4 | 10.6 | 21.5 |
Prediction
We provide a script demo.py
and jupyter notebook which both give the foreground, background and alpha predictions of our model. The test time augmentation code will be made availiable soon.
In the torchscript notebook we show how to convert the model to torchscript.
In this video I demonstrate how to create a trimap in Pinta/Paint.NET.
Training
Training code is not released at this time. It may be released upon acceptance of the paper. Here are the key takeaways from our work with regards training.
- Use a batch-size of 1, and use Group Normalisation and Weight Standardisation in your network.
- Train with clipping of the alpha instead of sigmoid.
- The L1 alpha, compositional loss and laplacian loss are beneficial. Gradient loss is not needed.
- For foreground prediction, we extend the foreground to the entire image and define the loss on the entire image or at least the unknown region. We found this better than solely where alpha>0. Code for foreground extension
Citation
@article{forte2020fbamatting,
title = {F, B, Alpha Matting},
author = {Marco Forte and François Pitié},
journal = {CoRR},
volume = {abs/2003.07711},
year = {2020},
}
Related works of ours
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file FBA_Matting-1.0.0-py3.10.egg
.
File metadata
- Download URL: FBA_Matting-1.0.0-py3.10.egg
- Upload date:
- Size: 25.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d4471edae03e83860645cd76b999afbfc007337cc563420ceaa10f8a8d84c94 |
|
MD5 | fb33aee27dde9d782f002ff21a50693a |
|
BLAKE2b-256 | 4a8cace83fffd6c2cca4306cd3cefb1efbef68b6274e58636912285dad8b5682 |
File details
Details for the file FBA_Matting-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: FBA_Matting-1.0.0-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f98fa1ef8eb251ee9a59ecfb5ebdb9cda155db98cf44ed8389116244f9eb2026 |
|
MD5 | e88885012dfaed7f5cc26da9f61b345b |
|
BLAKE2b-256 | b97659be3f210e6d5d0c54bafc4b0165ccc252543ebea2773f71615b15ea2a0b |