Shubh Maheshwari
Shubh Maheshwari
Hey @DegardinBruno Great work. Thanks for sharing your code! While training on the NTU-120 the generator loss is exploding. We only changed the batchsize from 32 to 380 ``` [Epoch...
Hi @wenbin-lin, Thanks for releasing the motion completion module in OcclusionFusion. I had a doubt regarding the implementation of graph-based ARAP deformation. The paper mentions the use of ARAP term...
Hi, I am trying to reproduce results for Morig, but facing issues with deforming the mesh using the point cloud motion. The deformation (specifically `pred_vtx_traj` ) I am getting by...
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