Skip to content
New issue

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

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

Already on GitHub? # to your account

Generating training material - F/B reconstruction #25

Open
danielvandenberg95 opened this issue Aug 12, 2020 · 3 comments
Open

Generating training material - F/B reconstruction #25

danielvandenberg95 opened this issue Aug 12, 2020 · 3 comments

Comments

@danielvandenberg95
Copy link

In the paper you mention that "Levin's F,B estimation technique" was used. That paper however only gives a very brief mention of what method was used for reconstructing.

Now I'm trying to see if it would be doable to fine-tune this model to work with higher resolutions (around 1K), which means I want to generate some extra training data. Would you have any resources that could help me implement Levin's? (Or even better, how did you do it?)

@zoezhou1999
Copy link

zoezhou1999 commented Aug 19, 2020

Same ask. Recently, I used the cropped and resized fg, bg, alpha to compose images online without the F/B reconstruction and calculated the l1 and lap loss of fg and bg with alpah>0 and alpha<1, respectively. I am wondering that might make the performance worse. And I also tried the fg extension code provided in this GitHub and I found sometimes the reconstructed fg is not good enough so I dropped it.

@kartikwar
Copy link

where is the FG extension code @zoezhou1999. When I open the link in Readme it gives 404.

@99991
Copy link

99991 commented Mar 31, 2021

A commit in December moved the file.

This is the last version where the file still was in the same location:

https://github.com/MarcoForte/closed-form-matting/blob/622a6b74f333cb6cf9d5458a16302ab8b605c69a/solve_foreground_background.py

This is the new location:

https://github.com/MarcoForte/closed-form-matting/blob/master/closed_form_matting/solve_foreground_background.py

This related issue might be interesting for you as well:

#30

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

No branches or pull requests

4 participants