MPI-IS / bilateralNN

Learning Sparse High Dimensional Filters with Neural Networks
http://bilateralnn.is.tue.mpg.de
BSD 3-Clause "New" or "Revised" License
69 stars 25 forks source link

error in testing code for tile segmentation #1

Closed dineshreddy91 closed 7 years ago

dineshreddy91 commented 7 years ago

The following error message AttributeError: 'Net' object has no attribute 'load_blobs_from'

I guess we need to include barrista or is there a work around for it?

varunjampani commented 7 years ago

Yes, 'load_blobs_from' is a function from Barrista which loads the trained filter weights. In the present script, this line is somewhat redundant as the previous line already loads the filter weights. So, this line in predict.py can be omitted. Thanks for reporting.