LZleejean
LZleejean
Just try this command: `sudo apt-get install glew-utils libglewmx-dev ` I fixed this error by using these dependencies.
@SilvioJin 's solution confirm in Ubuntu 20.04. Just changed `-std=c++11` into `-std=gnu++11` in the `config.py` file
I'm sure that non DDP version of apex works fine and pytorch DDP version works fine but DDP version of apex didn't work. So the problem maybe occurs in DDP...
1. I also found this problem. There is no HDR-Synth LDR data in Training Data folder. 2. Additionally, i found the HDR-Real HDR training data seems dark in the case...
How do you extract HDR data? I cannot open the .jxr file, and I don't know how to extract the rgb value of the .jxr file. Could you give me...
I think he expect that the sdf value is predicted by a neural network.
> Thanks for your interest. Since the original codes are messy, it will cost some effort. We will release the codes as soon as possible, and the inference part will...
I also found same artifacts in our model
Our outputs are .obj file with several material textures. Therefore, you could use such standard asset format to render your images. Specifically, you could add any object asset into above...