jzbontar / mc-cnn

Stereo Matching by Training a Convolutional Neural Network to Compare Image Patches
BSD 2-Clause "Simplified" License
707 stars 232 forks source link

About loading pretrained models mb and kitti2015 #63

Closed saitakturk closed 5 years ago

saitakturk commented 5 years ago

Hi, I recently tried to load mb and kitti2015 pretrained model.However, there was an error related to loading lua. If anyone face similar problem, the problem is solved by renaming pretrained models like "net_mbslow-a_train_all.t7" to "net_kittislow-a_train_all.t7". Then, the problem should solved.