Ivan Puhachov

Results 2 issues of Ivan Puhachov

In your `generative_models/rendering.py` you have `force_cpu=True`, but it works fine with all tensors on GPU (after little tweaks like `cuda()` insted of `cpu()` here and there). However, it does not...

Blender by default performs gamma-correction for all images. It ruins normal maps (at least, they are not unit-length, but usually scaled and distorted). Simple fix: ``` scene.view_settings.view_transform = 'Raw' ```...