alievk / npbg

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

How can I get the 3-channel (RGB) picture of point-descriptors rasterizer result? #28

Closed JOP-Lee closed 2 years ago

JOP-Lee commented 2 years ago

Hello, I want to get the RGB rendered picture of points descriptors rasterizer result. Can U tell me how to get it? 3

JOP-Lee commented 2 years ago

@seva100 @alievk

seva100 commented 2 years ago

Hi @JOP-Lee, sorry for a late reply. I think --pca key in the viewer.py script should do the job.

JOP-Lee commented 2 years ago

Hi @JOP-Lee, sorry for a late reply. I think --pca key in the viewer.py script should do the job.

Thanks for your help, I have solved the problem.