alievk / npbg

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

Rotate novel view #27

Closed JOP-Lee closed 2 years ago

JOP-Lee commented 2 years ago

Hi, thanks for sharing the good work. it's difficult to rotate the view in the viewer, blur due to too much rotation. I wonder if there is a view_matrix that can rotate 360 degrees in a certain position, Or is there another way to customize the view's trajectory? (It's not the same trajectory as training)

seva100 commented 2 years ago

Hi @JOP-Lee, there are a few parameters in the viewer.py script that might be of some help:

You can also use the generate_dataset.py script and specify your novel trajectory in the --view-matrix parameter. The script will save a set of rendered pictures along the specified trajectory.