alievk / npbg

Neural Point-Based Graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About inference

Sylvia6 opened this issue · comments

commented

Hello, thank you for your excellent work and the open-source code!
I have finetuned your pre-trained model, however, I can not find the way about inference.
I saw inference related settings in your config files, but I can’t use them correctly.
Thank you for your reply!

Hi @Sylvia6, thank you for appreciating our work. For inference, you can either use this generate_dataset.py script, or the interactive viewer (viewer.py in the repository). In case you encounter some errors, please post them here.

commented

Thank u @seva100 , but when I run the viewer_numpy.py file, I can’t rotate my render result. Is there anything I should pay attention to?

The rotation should work via holding the left mouse button and dragging. If it does not, can you please post some screenshots here and the console output during dragging?

commented

Hi @Sylvia6,

I am also facing this error. May I know how you resolved it?