You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Pulsar renderer is currently the fastest way to render pointclouds using pytorch3d. However, it only supports one focal length.
Motivation
It would be nice to support two focal lengths so that we can do inference with calibrated cameras from real life, which often have different fx and fy. This would enable some pose refinement / SLAM applications.