Kai-46 / nerfplusplus

improves over nerf in 360 capture of unbounded scenes
BSD 2-Clause "Simplified" License
926 stars 104 forks source link

CUDA Memory allocation is not equal. #53

Open HyoKong opened 1 year ago

HyoKong commented 1 year ago

Thank you so much for your nice work!

May I ask why the cuda memory allocation is not equal? I think is the gather function when we render single image and gather all the tensors from each gpu to the main gpu. May I ask how to solve this issue?

Thank you so much!