-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Hi, thanks for your excellent work! I have two questions.
- According to my understanding, z0 represents the height of the ceiling from the camera plane,isn't it 1.6 meters? why z0 is set to be 50?
line 95 inference.py
# Init floor/ceil plane
z0 = 50
_, z1 = post_proc.np_refine_by_fix_z(*y_bon_, z0)
- Does variable tol mean the threshold of signal when recovering all planes? tol is 0.05 in paper but abs(0.16 * z1 / 1.6) in code.
line 106 inference.py
cor, xy_cor = post_proc.gen_ww(xs_, y_bon_[0], z0, tol=abs(0.16 * z1 / 1.6), force_cuboid=force_cuboid)
line 81 post_proc.py
invalid = (n < len(vec) * 0.4) | (l > tol)
Metadata
Metadata
Assignees
Labels
No labels