-
Create a document which details how the HPE Design System has incorporated the new brand assets. If implementation is not applicable or deviates from the brand rules, state so and provide accompanying…
-
This is our 2022's calendar of community management.
Here we set up a rotating duty to take a first look at all contributions (PRs and issues) from the community, label them and ping relevant revie…
-
Some change between pytorch version `1.11` and `1.12.0` changed the outputs of our PS texture metamer test. (We don't support `1.12.0` due to #162 , but this problem persists in `1.12.1`). Thus, our t…
-
System Information
-----------------------------
MultiMC version: Version 0.6.11 - 1370 on osx64
Operating System: macOS Catalina Version 10.15.6
Summary of the issue or suggestion:
---------…
-
Finished patching in 00:00:06
Could not write output file to B:\SkyrimShit\SynthEBD_v0.8.1.2\SynthEBD.esp
I'm not sure what's going on, but I stopped usiing synth ebd months ago because it wont wr…
-
Hi! First of all, thank you for your work it was very useful for my project.
I am trying to implement a virtual voice assistant using the Hololens 2 and it works fine using the VR preview. Still, I …
-
## 🐛 Bugs / Unexpected behaviors
I use code from the tutorials:
```
import os
import sys
import torch
need_pytorch3d=False
try:
import pytorch3d
except ModuleNotFoundError:
need_py…
-
Can you please provide an example where to download a simple paks_dir? So that we can run the warehouse example?
Without paks_dir in args, I got a black screen and some errors, I had to Abort.
(…
-
Hi @philgras and @malteprinzler, thanks for such brilliant work! It's quite inspiring that NHA provides hybrid representations for jointly learning an inverse rendering of geometry and texture.
In th…
-
I have some files including obj, camera extrinsics (**world2cam** matrix, e.g. R and T) and object photo with the same viewpoint. I try to render this obj with Pytorch3d, But I got the rendered result…