zillow / salve

Code for the Auto-Floorplan (AFP) 2021 Internship project within RMX group. Our paper was accepted in European Conference on Computer Vision (ECCV) 2022, as SALVe: Semantic Alignment Verification for Floorplan Reconstruction from Sparse Panoramas.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no "vanishing_angle" in the provided MHNet prediction results

rust-in opened this issue · comments

When I tried to generate alignment hypotheses using scripts/export_alignment_hypotheses.py, an error occurred showing that

FileNotFoundError: No file found at src/ZInD_HorizonNet_predictions/vanishing_angle/0038/floor_01_partial_room_02_pano_10.json  

It seems that the L174 of salve/dataset/hnet_predicion_loader.py looks for vanishing_angle in the HMNet predictions, in which the provided predictions downloaded through Goolge drive do not contain.

Could you please upload the complete prediction results? Thank you!

commented

Hello! I'm also having this issue, may I please if you have solved the issue?

Thanks for reporting the issue. I just uploaded a commit with the missing vanishing angle prediction file, under assets/zind_vanishing_angles.csv. Please also check out the changes in README.md file for usage.