fuxiao0719 / GeoWizard

[ECCV'24] GeoWizard: Unleashing the Diffusion Priors for 3D Geometry Estimation from a Single Image

Home Page:https://fuxiao0719.github.io/projects/geowizard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's the meaning of these parameters?

Yhc-777 opened this issue · comments

--k ${k} \ --iter ${iterations} \ --tol ${tol}

Sorry to bother you in your busy schedule. I wanna ask what's the meaning of the three parameters and what performance improvements would their changes make? Thx!!!

Hi, 'k' is the sigmoid function's sharpness, 'iter' is the maximum iteration number of IRLS, 'tol' is the stopping tolerance of IRLS. Please refer to here for more details.