alievk / npbg

Neural Point-Based Graphics
MIT License
324 stars 51 forks source link

About inference #17

Closed Sylvia6 closed 2 years ago

Sylvia6 commented 3 years ago

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!

seva100 commented 3 years ago

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.

Sylvia6 commented 3 years ago

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?

seva100 commented 3 years ago

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?

vinodrajendran001 commented 1 year ago

Hi @Sylvia6,

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