E2FGVI icon indicating copy to clipboard operation
E2FGVI copied to clipboard

About the feat propagation function

Open Davidcoach opened this issue 2 years ago • 1 comments

Hello, I found that the return value of forward bidirect flow function is (forward, backward), but the input of feat propagation function is (backward, forward). It seems like you put the forward flow as backward flow into the propagation function. Is that your design or a mistake? Looking forward to your reply. :)

Davidcoach avatar Oct 06 '22 04:10 Davidcoach

This is a legacy from MMEditing. The code is actually correct, but indeed hard to read. XD

NK-CS-ZZL avatar Oct 21 '22 03:10 NK-CS-ZZL