Evaluate a pretrained .msgpack model at arbitrary <loc, view_dir> values? #1294
Unanswered
stanlew7531
asked this question in
Q&A
Replies: 1 comment
-
Hi, you can set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I've been playing around with this tool as well as the NeRF-SLAM project and have been very impressed! The speed and rendering fidelity out of the GUI have been great!
That being said, one of the things I'm interested in doing is performing meta-analysis between models trained on similar, but not quite identical scenes. I'd like to be able to take in several .msgpack files, and evaluate each of them at arbitrary
<x,y,z,theta,phi>
values, getting the<r,g,b,sigma>
values in return. I must admit however, that the best way to do this has eluded me. The python bindings appear to expose a render function, but not the underlying implicit model itself. Reading thetestbed_nerf.cu
and other testbed files also doesn't provide me with much insight into the best way to expose this functionality.Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions