nex-mpi / nex-code

Code release for NeX: Real-time View Synthesis with Neural Basis Expansion
MIT License
594 stars 73 forks source link

The question about training and predict #12

Closed MarcoG5 closed 3 years ago

MarcoG5 commented 3 years ago

Hello, thank you for your great work!

I wonder whether the model trained in one scene can be applied to other scenes. Because when I try to applied a model on other datasets, it seems that the output frames are still the trained scene itself. Is this because I made a mistake when I ran the code, or was it designed this way?

Thanks.

pureexe commented 3 years ago

No, you need to retrain NeX every time when scene changes.

MarcoG5 commented 3 years ago

No, you need to retrain NeX every time when scene changes.

Thank you for your reply!