city-super/Octree-GS

How can I render trained models under certain LoDs, for example, render the pretrained `bicycle` in LoD 0?

ZhiyeTang opened this issue · 3 comments

How can I render trained models under certain LoDs, for example, render the pretrained `bicycle` in LoD 0?

There is an optional args show_level in render.py that allows you to control whether or not to output additional images for each LOD level.

Or you can check out the rendering at different LODs on our project page.

Thanks for your prompt reply, it helps!