Joker316701882 / Deep-Image-Matting

This is tensorflow implementation for paper "Deep Image Matting"
626 stars 188 forks source link

pred_mattes, pred_final conflict #36

Open b121351 opened 5 years ago

b121351 commented 5 years ago

In the file matting_unpool.py, to predict the values for validation pred_final variable is run whereas in test.py for testing pred_mattes is run. Isn't this something weird. I'm getting different results for a single example during validation, test modes. Why pred_mattes is added to the collection not pred_final?