KAIST-VICLab / cloud_nerf

MIT License
50 stars 19 forks source link

Question about inference time #7

Closed ChaeyeonSon closed 1 year ago

ChaeyeonSon commented 1 year ago

Thanks for your good code implementation!

It looks easy to understand and utilize.

However, I wonder if the inference time of this implementation is faster than the previous NeRF.

Thanks.

quan5609 commented 1 year ago

Our method only shows better training convergence than NeRF. For inference, there is no significant difference. In future updates, we will provide the Cuda implementation for neural points query to optimize the inference time.