JADGardner / neusky

The Sky's the Limit: Relightable Outdoor Scenes via a Sky-pixel Constrained Illumination Prior and Outside-In Visibility
https://arxiv.org/abs/2311.16937
16 stars 0 forks source link

is there an estimation of inference time per frame? #1

Closed malfonsoarquimea closed 10 months ago

malfonsoarquimea commented 10 months ago

we are planning to use your method as a baseline for a research project we are carrying out. Could you share approximate inference times using whichever GPUS you used? As per equation 1, I understand that the required number of inferences per pixel is: per sample in the ray:

JADGardner commented 10 months ago

Hi, thanks for your interest in our work!

So we have multiple samples per ray but only sample our visibility network and RENI++ once for each ray at the sample on the object's surface and then distribute these back along the remaining samples along the ray. As the density converges on the surface this approximation becomes more and more accurate.

On my local RTX 3080 Ti Laptop GPU, inference of a 1280x847 image takes around 6 minutes, on an A100 around 3 minutes.

malfonsoarquimea commented 9 months ago

thanks very much! If we end up building upon your project (which looks amazing tbh) we will try to make it faster! thanks again !