monniert
monniert
Hi, it seems there are 19 unique Tetrominoes shapes (counting discrete rotations) and not 17 as stated > you should consider fixing the typo in this repo and in the...
## 🚀 Feature Add the layered blending function of https://arxiv.org/abs/2204.10310 to make SoftRasterizer work using RGB loss only ## Motivation SoftRasterizer does not work without silhouettes (see #359, #507, #839,...
## 🚀 Feature Implement `repeat` and `repeat_interleave` functions to duplicate all data structures like Meshes, Textures, etc. ## Motivation Currently, the function to duplicate data is `extend` which seems (a...
## 🚀 Feature Support other texture representations (at least the `TexturesVertex` one) in `save_obj` function https://github.com/facebookresearch/pytorch3d/blob/1872e0249c8c2c4eef7088996284a16cab52ca25/pytorch3d/io/obj_io.py#L652 ## Motivation Saving a mesh without loosing the texture information, e.g. as done in...
**Describe the bug** `AssertionError: the min value is -9223372036854775808` in `outputs["accumulation"]` after 490 iterations using nerfacto on nerfstudio/redwoods2. I tried different seeds and still get the error at 490 iterations....
Hi @tau-yihouxiang thanks for releasing this super exciting work! I would like to compare with your method on ShapetNet, could you provide the dataloader file as well as either (i)...