Skip to content

Commit

Permalink
Update TMMinter.m
Browse files Browse the repository at this point in the history
  • Loading branch information
lidq92 authored Sep 18, 2018
1 parent c9adaeb commit 3ef4641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TMMinter.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
caffe_path = '/home/ldq/caffe/matlab/'; % point to the caffe path
addpath(genpath(caffe_path));

%%
%% Assuming that you have extracted the features and saved related information in corresponding mat files.
databases = {'LIVE','TID2008','TID2013','MLIVE1','MLIVE2','BID','CLIVE'};
for r = 1:length(databases)
traindatabase = databases{r};
Expand Down

0 comments on commit 3ef4641

Please sign in to comment.