sunset1995 / HorizonNet

Pytorch implementation of HorizonNet: Learning Room Layout with 1D Representation and Pano Stretch Data Augmentation.
https://sunset1995.github.io/HorizonNet/
MIT License
324 stars 88 forks source link

error while using customized data #35

Closed ChikkathotadappaAshwin-zz closed 3 years ago

ChikkathotadappaAshwin-zz commented 3 years ago

while running the training I am getting below error:

print('Skip ground truth invalid (%s)' % gt_path) NameError: name 'gt_path' is not defined

please let me know how to correct this error