Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.15 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.15 KB

FBA-Matting

Official repository for the paper F, B, Alpha Matting, under review at ECCV2020.
Marco Forte1, François Pitié1

1 Trinity College Dublin

Matting and compositing results on real images.

Requirements

Packages:

  • torch >= 1.4
  • numpy
  • opencv-python
  • scikit-image

GPU memory >= 11GB for inference on Adobe Composition-1K testing set (Resolution above 1920x1080).

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.

Model Name File Size SAD MSE Grad Conn
FBA (xxx) Table. xxx Adobe Matting Dataset xxx xxx xxx xxx

Prediction

We provide a script and jupyter notebook for predictions using our model.

...todo...