alievk / npbg

Neural Point-Based Graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Render time

creiser opened this issue · comments

Hello,

you mentioned that you can render a full HD image in 60 ms, which is impressive. Do you just render with PyTorch or do you use something like TensorRT for inference?

Thanks :)

Hi @creiser, no, this performance is simply recorded for our viewer.py (PyTorch only). You can check it by using the --fps option of the script (the performance will depend on the GPU used). Perhaps, with TensorRT it could be even faster!

Yes, definitely. We should give it a try and also use half precision. Real-time rendering really sets your technique apart from other recent methods