GeneFacePlusPlus icon indicating copy to clipboard operation
GeneFacePlusPlus copied to clipboard

Does NerfRender support multi-batch inference?

Open Happenmass opened this issue 1 year ago • 2 comments

To accelerate the inference process, I attempted to adapt the inference code for multi-batch processing. However, I encountered an issue where the original NeRF rendering code appears to be incompatible with a batch_size greater than 1. This is primarily due to numerous operations, such as .view(-1,), that eliminate the batch dimension. Could you please provide any insights or plans regarding the implementation of multi-batch inference? Is such an adaptation feasible?To accelerate the inference process, I attempted to adapt the inference code for multi-batch processing. However, I encountered an issue where the original NeRF rendering code appears to be incompatible with a batch_size greater than 1. This is primarily due to numerous operations, such as .view(-1,), that eliminate the batch dimension. Could you please provide any insights or plans regarding the implementation of multi-batch inference? Is such an adaptation feasible?

Happenmass avatar Apr 10 '24 09:04 Happenmass

Have you solve this problem?

xiao-keeplearning avatar Jul 12 '24 13:07 xiao-keeplearning

Have you solved the problem? thanks

Yaqing2023 avatar Oct 18 '24 06:10 Yaqing2023