qianlim / POP

Official implementation of the ICCV 2021 paper: "The Power of Points for Modeling Humans in Clothing".
https://qianlim.github.io/POP
Other
185 stars 20 forks source link

double self.upconv3 #12

Closed caiyongqi closed 2 years ago

caiyongqi commented 2 years ago

Is this a bug? Double self.upconv3. https://github.com/qianlim/POP/blob/a05404dd44173809abfee4e2ebef57bbc524cfde/lib/modules.py#L413

qianlim commented 2 years ago

You are right! Let me first check how the performance changes after fixing this.

caiyongqi commented 2 years ago

You are right! Let me first check how the performance changes after fixing this.

Thank you! Now I close this issue.

qianlim commented 2 years ago

It's fixed now. In my test fixing this bug doesn't influence the performance.