YoYo000/MVSNet

I'm trying render this dataset by `pytorch3d`, but the `mesh` and the `camera` params seems does not work in `pytorch3d`

FavorMylikes opened this issue · 1 comments

Here are the camera extrinsic, which come from BlendedMVS\5a7d3db14989e929563eb153\cams\00000000_cam.txt

np.array([[-0.658911, 0.0129593, -0.752109, 0.1152],
               [-0.0396169, 0.997866, 0.0519016, -0.158542],
               [0.751177, 0.0639948, -0.656991, 1.10972],
               [0.0, 0.0, 0.0, 1.0]])

And the picture is

00000000

And the mesh.zip

I can not render the mesh, which I have joined all the parts into one, at the same camera pose.

Is there has anyone tried?