mcimpoi / deep-fbanks

Deep Filter Banks for Texture Recognition, Description and Segmentation (CVPR15)
94 stars 36 forks source link

undefined variable matlabpool is os_train #7

Closed ApoorvaBeedu closed 6 years ago

ApoorvaBeedu commented 7 years ago

For newer versions of MATLAB, matlabpool is deprecated and needs to be replaces with parpool.

mcimpoi commented 6 years ago

Should be fixed now; removed it completely, and set the number of workers manually.