-
## Summary
Looking for insights into the process of extending mitsuba2 for acoustic rendering using ray tracing.
## Description
Since ray acoustic rendering follows similar concepts as ray graphi…
-
Hi, Jiang Yue, Congratulation on your work! It is a clever idea to combine rendering with optimizing SDF.
- [ ] A tiny error
In` multi_view_code/code/main.py` 754 line:
`
grid_res_update_x…
-
There has a tutorial about camera position optimization using differentiable rendering , but I want to know how to optimize mesh to render target image ?
Thanks
-
Hi,
I am trying to use your tool and have successuly installed all files.
During running, it came to an error:
in "smal3d_renderer.py", line 45, in forward
rendered_joints = self.renderer.r…
-
## 🐛 Bugs / Unexpected behaviors
1. Any changes you made (`git diff`) or code you wrote
```
convert ipynb to py (via jupyter notebook)
```
2. The exact command(s) you ran:
docs/tutorials
…
-
## Summary
For my work, I want edit parameters of scene object from python directly.
However, in `scalar_*` variant, this edit does not support float variables, and I solved this problem roughly.
S…
-
I want to use this differentiable renderer to render a [LINEMOD object](http://ptak.felk.cvut.cz/6DB/public/bop_datasets/lm_models.zip). The .ply model vertices are loaded and then scale from `mm` to …
-
Hi thanks for creating this amazing library!
I tried to modify the tutorial example
[camera_position_optimization_with_differentiable_rendering.ipynb](https://github.com/facebookresearch/pytorch3…
-
## ❓ Questions on how to use PyTorch3D
Hi, for the differentiable renderer, it seems like we can propagate error from images back to camera positions through R and T transformations when calling `s…
umyta updated
4 years ago
-
🐛 Bugs / Unexpected behaviors
```
```
I render a simple rectangle shown below by two faces in a very low-resolution image, and have a question on `blur_radius` parameter in `Rasterization…