Nikhila Ravi

Results 45 comments of Nikhila Ravi

Hello! Would you be able to provide a script to reproduce this pose optimization example from the paper?

I am also interested in the code to learn/optimize the texture!

I am also interested in evaluating the model on posetrack data.

We will keep this issue open as an enhancement feature we can consider for future.

Thanks @pengsongyou for reporting this issue! We'll look into it asap.

@pengsongyou I was able to reproduce the error. To resolve the issue in the tutorial add `perspective_correct=False` in the `RasterizationSettings` for the rasterizer. In v0.4 we changed this to be...

@pengsongyou the `perspective_correct` setting basically ensures that the barycentric coordinates are correct under a perspective camera. This is not corrected in other differentiable renderers like SoftRas/NMR/DIB-R which assume that the...

I will look into this issue! Thanks for the explanation @JudyYe.

Thanks for suggesting this feature. We will look into it.

@simofoti I will add a fix for this issue.