Charch-630 / FGI-Matting

The official repository for Deep Image Matting with Flexible Guidance Input
GNU General Public License v3.0
58 stars 12 forks source link

Potential stuck in generating flex trimap #5

Open WANGEOGEO opened 2 years ago

WANGEOGEO commented 2 years ago

Hi,

During the training process, sometimes I found that my flex trimap generation step gets stuck forever. This issue takes place randomly which makes it hard to debug. Have you met similar problem during training?

And, I am wondering when will the training code be released?

Thanks for answering in advance.

Charch-630 commented 2 years ago

Yes, I use try ... catch ... to solve this problem. This is because sometimes np.polyfit may fail.

The training code won't be released, we only release the test code and demo.