3dsnet
3dsnet copied to clipboard
Possible typo in adaptive norm
Line 351/354
and line 359/362
should be norm2
and norm3
?
https://github.com/ethz-asl/3dsnet/blob/e823742eb781a01906760bbf28ccab94b1f0bb14/model/meshflow.py#L338-L362
I think it's a typo too. the layer norm2 norm3 are not utilized in the forword
Hi @qiminchen and @csjxchen, sorry for not replying before! This definitely is a typo :)
If you are working on it, you could simply make a PR to fix it and adjust ckpt weights. I will look into it as soon as I find time.