George Kouros
George Kouros
Hi, I'm trying to run DirectVoxGO using a conda environment with python3.9 and cuda11.3 and with the dependencies listed in the README.md. However, I get the following error: ``` [2/3]...
I try to train a NeRF on the lego bulldozer scene, and although the RGB video comes out as expected, the depth video is just black. I'm using torch==1.8.1 and...
Hi. I see the following error when trying to train Neural-PIL on the Car scene. Any idea what is going wrong? ```shell Traceback (most recent call last): File "train_neural_pil.py", line...
The bug occurs when parameter downsample is set to >1 and it is located on the following line: https://github.com/half-potato/nmf/blob/3ef13e798a27e8c06d6186b87b0354044faad050/dataLoader/blender.py#L162C1-L163C1 To solve it the image should be read with Pillow (uncomment...