HorizonNet icon indicating copy to clipboard operation
HorizonNet copied to clipboard

Pytorch implementation of HorizonNet: Learning Room Layout with 1D Representation and Pano Stretch Data Augmentation.

Results 33 HorizonNet issues
Sort by recently updated
recently updated
newest added

Since it has been completely removed starting opencv 4.1.0 https://github.com/opencv/opencv/issues/14576

Is it possible to translate the coordinates of a point from point cloud to the coordinates of the same point in the panorama?

Hi, I am preparing my own custom dataset of 360 panorama images. I read in issue #20 that I have to order the corner coordinates based on the 3d skeleton...

This is the 360 photo, as you can see, when facing the wall that has the main entrance, the main entrance should be on the right hand side. ![demo2_aligned_rgb](https://user-images.githubusercontent.com/326807/74097355-f94cf280-4abf-11ea-8bf3-cb3e399bb8ed.png) the...

Hi sunset1995, thank you so much for your contribution! I am currently going through this repository trying to understand what the code is doing, but I find some of the...

After I trained by my customized data I want to evaluate the model on the test set. But when I run the inference.py for general shape estimation, the error came...

Can more than 1 pano image of the sam room be used to refine the model?

@sunset1995, thank you for the great work. Is it possible to estimate the dimensions of the room, either from panorama or reconstruction, using known camera parameters, such as camera height...

question

Hello, I have fine-tuned the training model according to the meaning of the article, but the results are different from yours. I don't know why the result is so bad....

RuntimeError: Error(s) in loading state_dict for HorizonNet: Missing key(s) in state_dict: "feature_extractor.encoder.conv1.1.weight", "feature_extractor.encoder.bn1.weight", "feature_extractor.encoder.bn1.bias", "feature_extractor.encoder.bn1.running_mean", "feature_extractor.encoder.bn1.running_var", "feature_extractor.encoder.layer1.0.conv1.weight", "feature_extractor.encoder.layer1.0.bn1.weight", "feature_extractor.encoder.layer1.0.bn1.bias", "feature_extractor.encoder.layer1.0.bn1.running_mean", "feature_extractor.encoder.layer1.0.bn1.running_var", "feature_extractor.encoder.layer1.0.conv2.1.weight", "feature_extractor.encoder.layer1.0.bn2.weight", "feature_extractor.encoder.layer1.0.bn2.bias", "feature_extractor.encoder.layer1.0.bn2.running_mean", "feature_extractor.encoder.layer1.0.bn2.running_var", ... Unexpected key(s) in...