chenzhaiyu / points2poly

Reconstructing compact building models from point clouds using deep implicit fields [ISPRS 2022]

Home Page:https://github.com/chenzhaiyu/points2poly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overflow

hmachine83 opened this issue · comments

I'm getting this overflow warning/error and it's also happening in helsinki_mini example:
points2poly/utils.py:32: RuntimeWarning: overflow encountered in exp
return 1 / (1 + np.exp(-x))

Hi @hmachine83, the warning is now suppressed with 1f56b25.

Thank you!