wutong16 / Voxurf

[ ICLR 2023 Spotlight ] Pytorch implementation for "Voxurf: Voxel-based Efficient and Accurate Neural Surface Reconstruction"
Other
399 stars 28 forks source link

Questions about running time #31

Open thisisqiaoqiao opened 9 months ago

thisisqiaoqiao commented 9 months ago

Hello, your work is excellent. I have a question to ask. What parts does the 15-minute training time mentioned in the article include, including grid generation?

wutong16 commented 9 months ago

Hello. The running time we've reported only includes the training duration. The process of grid generation, while not time-consuming, is excluded from this duration.

When we run the code for the first time, building extension modules may take a bit of additional time. However, during subsequent runs from the same pane, these modules will be loaded directly, eliminating the need for their rebuilding.