HorizonNet
HorizonNet copied to clipboard
Pytorch implementation of HorizonNet: Learning Room Layout with 1D Representation and Pano Stretch Data Augmentation.
seperated -> separated
Please update the valid download link to pretrained models. Thank you!
When I click on the downloda link of preprocessed daataset : PanoContext/Stanford2D3D, it shows 404 not found
`python preprocess.py --img_glob assets/demo.png --output_dir assets/preprocessed/` I encountered such exception when executing the command: Traceback (most recent call last): File "preprocess.py", line 23, in from misc.pano_lsd_align import panoEdgeDetection, rotatePanorama File...