Thmen / EGVSR

Efficient & Generic Video Super-Resolution
MIT License
899 stars 108 forks source link

Generator model of EGVSR #6

Open ComradeMack opened 3 years ago

ComradeMack commented 3 years ago

Untitled

I don't understand what the symbol (+) is trying to get the resized residual and the SRNET output done. When implementing on egvsr_nets.py, there is no clue about performing these things. Can you explain the flow of the model on details?

cloudlakecho commented 2 years ago

@ComradeMack Thanks for bring up the question. Would you elaborate your question? Are you asking why the code lines don't have a resizing function?

 def forward(self, x):
        out = self.conv(x) + x