-
Dear author,
Can I optimize textures with TexturesUV with given image , geometry, and camera pose, then save the result as obj file so that I can view the textured mesh in the MeshLab software? …
-
[Neural radiance fields (NeRFs)](https://www.matthewtancik.com/nerf) and [Gaussian splatting](https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/) recently received a lot of attention. These are…
-
Hi,
Congratulations on your work, and thanks for sharing, I am a big fan.
I checked that you cannot currently publish any fitting models, however I am using your model to fit it to images via inv…
-
Is diffvg able to handle 3D?
What would be involved in adapting diffvg for a 3D SDF primitive blend?
The diffvg code seems to make use of SDF for optimizing vector strokes, can the same machinery be…
-
## Summary
Hi, I'm trying to do a differentiable rendering without `free_graph` option. It looks like if the option is enabled, the visited node is erased after used to calculate gradient while t…
-
Hi,
I am doing optimization about the height profile of a glass panel. I would like to combine the differentiable rendering with Pytorch. I have only one sphere area emitter and a glass panel in th…
-
https://3dv-geometry.github.io/HowToUse/HowToUse.html
404 Not Found
-
File "/home/zzl/anaconda3/envs/poco/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1683, in _run_ninja_build
raise RuntimeError(message) from e
RuntimeError: Error compiling obj…
-
Hello @ethliup!
Thank you for nice work and many congratulations..
In this framework, what ensures that each image should be sharp and it's a deblurred version of input.. It might happen set of …
-
Hi,I have read your rasterize code,I found that it seems that your code only support "square" image rendering because the parameter "image_size=256" is scalar but not a 2D vector.
Actually I am writi…