Closed Tziming closed 1 month ago
Hi, the provided SIBR code not support full model.
Thanks! I understand. The updated two default folders is code about lite model. If I want SIBR to support full model, it seems like I need to modify both parts of the code, and recompile SIBR.
yes.
Hi, following the steps of the tutorial, I managed to reproduce the work in the article, except for rendering the full model. When I render the full model via SIBR, it prompts an error for CUDA. Device is a single RTX3090(24G), I can train a lite model and a full model. And I can render the lite model, but not the full model. The trained data is Neural 3D Dataset. The error depicted as follow:
I'm guessing that my device doesn't render full models, which may be related to the configuration of GPU memory, architecture, rasterization, etc., and I monitored the usage of video memory during the render loading process, and there was no GPU memory overflow. So, how do I modify the code if I want the full model to be rendered on my current device ? Thank you so much!