XLR-man

Results 15 issues of XLR-man

I run the code with gui mode in our server,however,i got the error: ![b40cc775481d193367dcfd75980cbb5](https://github.com/ashawkey/torch-ngp/assets/73239630/1f378489-c5ab-4b78-aaa2-23603ccfd4d8) Meanwhile,i connect the our server through ssh I don't know how to solve it,can you help...

**Describe the bug** ``` Got keys from plugin meta data ("xcb") QFactoryLoader::QFactoryLoader() checking directory path "/usr/local/bin/platforms" ... loaded library "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so" No protocol specified qt.qpa.xcb: could not connect to display :0...

Hi your code is based on RGB images. But i want to use the code in one channel images,can i directly change the datasets and train in your code? Or...

The supersampling method described in the paper is to divide a pixel into sub-pixels for training. I'm a little confused about this method and how it's written in the code....

We can't achieve these speeds on the test set, which can take hundreds of milliseconds. When testing 512×256 images, the running time reaches tens of seconds. What Settings are required...

该LUT是单通道的?将输入图像分为三个通道,每个通道都查找LUT?我看到网络结构的输入也是单通道的

Hi, thanks for your great work! I am trying to replicate your work using pytorch framework. Following your form of code, I get preliminary results: ![image](https://github.com/onpix/LLNeRF/assets/73239630/765e81f7-8728-40d2-a9b1-2094e8e36f94) It is obvious that...

I would like to know if I want to make changes to the network structure of your code, such as adding or removing MLPS, adding branches. At the same time,...

i download pretrained diffusion model you provided,but when i train,it got error: ![Uploading error.png…]() ``` File "/data/xielangren/project/Aleth-NeRF/src/model/llnerf/model.py", line 81, in setup patch_diffusion_model = load_patch_diffusion_model(Path(self.patch_regulariser_path)) File "/data/xielangren/project/Aleth-NeRF/src/model/llnerf/learned_regularisation/patch_regulariser.py", line 138, in load_patch_diffusion_model...

LLFF_DEFAULT_PSEUDO_INTRINSICS = Intrinsics( fx=700., fy=700., cx=512., cy=384., width=1024, height=768, ) How did you get this variable? Is it the average of the data for each scene in the dataset?