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

Possible non-fatal issue in decoder #42

Open
shkarupa-alex opened this issue Feb 3, 2021 · 1 comment
Open

Possible non-fatal issue in decoder #42

shkarupa-alex opened this issue Feb 3, 2021 · 1 comment

Comments

@shkarupa-alex
Copy link

As far as i understand, here https://github.com/MarcoForte/FBA_Matting/blob/master/networks/models.py#L230
resnet backbone will return such feature maps: [original_image, conv_bn_relu out, layer1 out, layer2 out, layer3 out, layer4 out]

In the decoder https://github.com/MarcoForte/FBA_Matting/blob/master/networks/models.py#L350
you concatenate: (x, conv_out[-6][:, :3], img, two_chan_trimap).

But conv_out[-6][:, :3] is the same as img. Are you sure that image should be concatenated twice?

@99991
Copy link

99991 commented Feb 2, 2022

Possibly the same issue #49 (comment)

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