a-lemus96 / fs-nerf

PyTorch implementation for experimenting with frequency regularized Neural Radiance Fields.
1 stars 0 forks source link

[bug]: Fn arguments mismatch for rendering #46

Closed a-lemus96 closed 8 months ago

a-lemus96 commented 8 months ago
          Got the following error when using 5k validation rate:
[NeRF]:  10%|██████████▍                                                                                             | 5000/50000 [14:45<2:12:45,  5.65it/s]
Traceback (most recent call last):
  File "/home/lemus/projects/fs-nerf/src/run-nerf.py", line 590, in <module>
    main()
  File "/home/lemus/projects/fs-nerf/src/run-nerf.py", line 484, in main
    train(
  File "/home/lemus/projects/fs-nerf/src/run-nerf.py", line 350, in train
    rgb, depth = R.render_frame(
                 ^^^^^^^^^^^^^^^

Originally posted by @a-lemus96 in https://github.com/a-lemus96/fs-nerf/issues/44#issuecomment-1961929618