Sam Gao

Results 28 issues of Sam Gao

Hi, wu! congratulations to you for unsup3d has been elected as the CVPR2020 best paper. Inspired from your repo, I just replace the neural renderer with **pytorch3d** point cloud renderer....

Hi Nanyang, I have deliberately dive into the `Unpooling` class and found the secondary vertices of the `coarse-to-fine` procedure is 618 instead of 628. Since 156(vertex0) + 462(edge0) = **618**,...

更改了4个文件: 1.README 2.url.py 3.zhihu/models/__init__.py 4.zhihu/models/common.py

`rotation_matrix.eulerAngles ( 2,1,0 )`这里应该是yaw, pitch, roll吧?

Hi, Thank you so much for your work in coming up with NeRF! I found a little confused when meeting with the process in solving the `look-at view matrix`. I...

Hi yang, Thank you so much for your brilliant work! I have one question to ask: When I involve a new dataset (such as a directory of images). The first...

Hi, I just use the command line as you mentioned, and raise this error. My System Setting is: - keras-preprocessing 1.0.2 - keras-applications 1.0.4 - keras 2.2.2 - tensorflow-gpu 1.9.0...

RT, 我对NLP方面不太了解, 非常期待您的回复, 谢谢。

Dear marco, Thanks for open source the code! I am curious about why **positional encoding** is not involved in pi-GAN's implementation. As in `https://github.com/marcoamonteiro/pi-GAN/blob/master/generators/generators.py#L49`, could you please be so kind...