-
Hi! Amazing paper, and very clean code! Thanks so much for releasing this.
I am trying to use multi_view_reconstruction with depth map for 3d reconstruction (ours_depth_mvs.yaml).
So far i can o…
-
Hi. After learning how to correctly use the differentiable render (after my previous issue #236 ) I've been able to get some results for my project, but now I've hit another wall, as it seems meshes w…
-
When we do the re-projection loss, why are we transforming target pixel coordinates into source pixel coordinates and then bilinearly interpolating from the source frame and comparing that to the targ…
-
Hi, I saw this CVPR 2020 paper which has nice code on github: https://github.com/autonomousvision/differentiable_volumetric_rendering
-
How to generate 3D model from a single 2D image?
The config file mentioned below does't contain parameter test_input image path. https://github.com/autonomousvision/differentiable_volumetric_rende…
-
https://github.com/autonomousvision/differentiable_volumetric_rendering/blob/1ea03f36ebcfb8995c06f9ddb83a00593ae1d5f4/configs/single_view_reconstruction/multi_view_supervision/ours_rgb.yaml#L9
Hi, …
-
Deforming source to target texture along with the mesh – if possible! Textured interpolation between two objects would be extremely useful for evaluating inverse-graphics models.
-
Hi,
I am trying to run this on Windows CPU Machine.
Executed `python generate.py configs/demo/demo_combined.yaml` but getting below error -
```
=> Loading checkpoint from url...
0%| …
-
We want to change the camera_optimization_with_differentiable_rendering to a multiview version,
that is, the network would optimize the 6D pose of the model instead of the position of the camera.
…
-
Hi,
Does PyTorch3D support differentiable rendering of point clouds? That is, .ply or .obj files with only vertices data and no faces.
Thank you!