How to generate rays_<datasetname>.dat to train #797
-
Hello, thank you for your great and complete work first. But I come across a problem when try to reconstruct a scene by ngp. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi there, you can actually provide per-frame intrinsics by now -- so you don't need to precompute rays. Simply bundle the same parameters that are global by default ("cx", "cy", etc.) within the frame's scope (alongside "file_path" and so on). All frames with such custom intrinsics will use those instead of the global ones. Cheers! |
Beta Was this translation helpful? Give feedback.
Hi there, you can actually provide per-frame intrinsics by now -- so you don't need to precompute rays. Simply bundle the same parameters that are global by default ("cx", "cy", etc.) within the frame's scope (alongside "file_path" and so on). All frames with such custom intrinsics will use those instead of the global ones. Cheers!