mcimpoi / deep-fbanks

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

where i need to collect feature vectors before applying any encoders #4

Closed sreevasu closed 6 years ago

sreevasu commented 8 years ago

HI,

Please can you help me on where i need to collect feature vectors (which variable gives feature values) before applying any encoders (vlad, fisher..)

Thanking you

mcimpoi commented 6 years ago

os_train.m, L268-273 / (L268 - 287) and L312 - 323 --> this is where features are extracted and encoded;

then, in get_dcnn_features L70-166 --- feature extraction.