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

training from scratch #13

Closed
liminn opened this issue Nov 27, 2019 · 3 comments
Closed

training from scratch #13

liminn opened this issue Nov 27, 2019 · 3 comments

Comments

@liminn
Copy link

liminn commented Nov 27, 2019

Thanks for great work~
I am trying to training your model from scratch(only use pretrained mobilenet weights).
I encountered two problems:
屏幕快照 2019-11-27 下午8 57 15

  • The first problem is shown by the red arrow: the alpha value of the unkonwn region is not large enough.
  • The second problem is shown by the blue arrow: outside the unknown region, there are always white scattered dots.

For the first problem, I think my training epochs is not enough (just trained to the 6th epoch).
For the second problem, I am very confused and have no ideas.
Do you have any suggestions on these two problems?

@poppinace
Copy link
Owner

Hi @liminn,

In my opinion, I think your ground truth alpha mattes are not generately correctly. Please check your code making sure the alpha is within the range [0, 1].

Hao

@liminn
Copy link
Author

liminn commented Dec 3, 2019

@poppinace Thanks, I will check the alpha labels.

@liminn liminn closed this as completed Dec 3, 2019
@facetohard
Copy link

facetohard commented Jan 2, 2020

Hello @liminn @poppinace , I am trying to train indexnet from scratch. But I got worse performance than deep image matting by using the paper learning rate config。
So I wonder that how you trained indexnet.
Does you train with multi stage just like the paper "Deep Image Matting" does.

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

3 participants