Added AutoInterface to automatically select the best methods for images with different scene types.
AutoInterface uses a scene classifier and an object classifier to perform full analysis on all images. At the moment, since there are not enough models for so many types of scenes, universal models are selected for some domains. In the future, when some variety of models is added, auto-selection will be rewritten for the better.
Updated metrics
Added CascadePSP segmentation refinement network.
It will refine the segmentation mask before passing it to the matting network. This should provide more accurate background removal for objects and people. (Check repo from CREDITS.md for more details)
Fixed trimap generator unknown area value as FBA Matting expect.
Added noise filter switch (needed for smooth mask prediction on the final stage)
Changelog
unknown
area value as FBA Matting expect.