Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a composition error? #19

Open
Feywell opened this issue Nov 14, 2020 · 1 comment
Open

Is there a composition error? #19

Feywell opened this issue Nov 14, 2020 · 1 comment

Comments

@Feywell
Copy link

Feywell commented Nov 14, 2020

I try to use composition loss in my training.
And then, I find the merged img's color is different from image.
Why the color jitter is just be used on fg? Is it the reason for color difference?

By the way, I find regression_loss just use unkonwn area.
It will be work well when the composition loss used in unknowd area?

@Yaoyi-Li
Copy link
Owner

It is because there are 100k+ bg images in COCO but only 400+ fg. And some of the jitters on merged images will probably be neutralized by batchnorm.

In our codes the composition loss is calculated in unknown area as proposed in the paper of Deep Matting. Since the composition loss is not a part of our method, we did not conduct many experiments on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants