alievk / npbg

Neural Point-Based Graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Viewer renders only a triangular half of the texture

jadenPete opened this issue · comments

Because I possess an AMD GPU rather than an NVIDIA, CUDA-supporting one, I've replaced pytorch with pytorch-directml and offloaded unsupported function calls to the CPU while doing most of the work on the GPU. However, despite having modified no viewer code, it seems to render half of the image in a skewed triangle transposed across the diagonal.

Does anyone know why this is?

NOTE: I used the numpy-based viewer pasted here and my own fork here.

image

@jadenPete unfortunately, I don't have an AMD GPU to reproduce the issue...
The only idea I have is that you can use it to render some funny memes.

Update: I committed a sin and ported everything to Windows rather than WSL, which worked.