-
During the learning process, the following error occurs and learning is interrupted.
```
[TRAIN] Iter: 40300 Loss: 0.011321269907057285 PSNR: 23.059185028076172
11%|█████████████████████▎ …
m1kit updated
2 years ago
-
![ERROR](https://user-images.githubusercontent.com/104331482/229514373-7ebdf4ab-1784-4fc7-aa0f-b9bccf193331.png)
I use the cache to run my code,but find two errors. I can not figure out what's the mi…
-
Are the coordinates used here opencv coordinates, different from the opengl coordinates used by nerf?
When I load the poses of the Nerf Synthetic dataset,why do I need to multiply diag[1, -1, -1]?…
-
I'm currently implementing NeRF, a neural rendering method published this year with great performance. The original code was offered in TensorFlow, and I mainly modified from this vanilla lego example…
-
**Describe the bug**
Hi, I encounter a similar problem with #1384 while training instant-ngp on mipnerf360 v2 dataset.
The same command produces different results with nerfstudio v0.1.18 and v0.1…
-
I installed via conda, python 3.9, cuda 11.3 pytorch 1.11
but when I try to use ngp I get this error, not sure how to fix, any help would be very appreciated
(torch-ngp) C:\torch-ngp>python mai…
-
Hi, I'm trying to use Realsense cameras with instant-ngp, but I'm having some confusion in building `transforms.json`. I use two cameras, T265 for pose and D435i for RGB and depth images. Their axes …
-
Hi !
I'm trying to run [Block-NeRF](https://github.com/sjtuytc/UnboundedNeRFPytorch) and I faced this error:
```bash
Using /root/.cache/torch_extensions/py310_cu116 as PyTorch extensions root...
D…
-
The commands I run are as follows:
```
cd ./prolificdreamer-main
CUDA_VISIBLE_DEVICES=0 python main.py --text "Albert Einstein is playing the guitar." --iters 25000 --lambda_entropy 100 --scale 7.5…
-
Hi there, first of call: cool setup!
(1) shouldn't be a problem as long as the camera poses are precise enough for the `Train extrinsics` option to fix any slight inaccuracies.
I suspect the pro…