Algomorph / NeuralTracking

Open3D-based implementation of DynamicFusion (2015), python implementation of NeurIPS 2020 paper Neural Non-Rigid Tracking,.
Apache License 2.0
28 stars 5 forks source link

Small bug in Pytorch3D Rendering #18

Open shubhMaheshwari opened 3 years ago

shubhMaheshwari commented 3 years ago

Kindly have a look at https://github.com/Algomorph/NeuralTracking/blob/9b78710cf51fd97211c95517b4ed65b2c1cd8be5/rendering/pytorch3d_renderer.py#L37 should be

fx = fx_screen / half_image_width 

Similarly in line 39