Christoph Lassner
Christoph Lassner
I just noticed that the current master doesn't work with the julia v0.6 beta (0.6.0-pre.beta.132). I get the following messages when `using ASTInterpreter`: ``` WARNING: deprecated syntax "abstract ReplacementLoc" at...
Hi Taeksoo, thanks a lot for sharing this code! :) Which version of the Paris StreetView dataset did you use for your training? Did you contact the authors to get...
Hi, I am observing a problem with the cub library for sum reduction with standard datatypes. ## Summary A sum reduction using `cub::DeviceReduce::Sum` for integers causes pytorch code to crash...
Dear joblib-team, I recently tracked down an issue in my code to joblib. I am using the threading-backend together with the pre_dispatch option. In this case, it occasionally happens that...
Hi pyglet team, after upgrading to version 2.0, I'm getting the error `AssertionError: 'normals' attribute not found in Shader`. The code has been working beautifully in 1.4. For the upgrade,...
We identified that these logging statements can deteriorate performance in certain cases. I propose removing them from the regular renderer implementation and letting individuals re-insert debug logging wherever needed on...
## 🐛 Bugs / Unexpected behaviors Hi team! Someone just reached out to me concerning unexpected behavior of `PerspectiveCameras` in conjunction with Pulsar. I tracked this back to here https://github.com/facebookresearch/pytorch3d/blob/1b0584f7bd2bbf0d6a2e5563a8c530d62f2338ba/pytorch3d/renderer/cameras.py#L1266...
Hi @nmwsharp ! Thanks for this amazing package! I'm currently designing a tool that is using Polyscope and makes heavy use of keyboard controls. For that, it would be invaluable...
This commit addresses several braking changes to PyTorch3d camera conventions that made the unified system unusable at the moment (see https://github.com/facebookresearch/pytorch3d/issues/1352 and https://github.com/facebookresearch/pytorch3d/issues/1276). This commit fixes all these problems and...
The recommended way to push changes to a submodule `sl push --to main` results in the error: ``` fatal: '/path/to/repo/.sl/store/gitmodules/87426085a1da7bf9322c6f535e87e5dc2a5c4cc7/[email protected]:owner/repository.git' does not appear to be a git repository fatal: Could...