提交 e6336baa 编写于 作者: M Marius Muja

Added download locations for some dataset files

上级 f56ccf6d
......@@ -79,6 +79,11 @@ int main(int argc, char** argv)
int cols = 128;
int tcount = 1000;
/*
* The files dataset.dat and testset.dat can be downloaded from:
* http://people.cs.ubc.ca/~mariusm/uploads/FLANN/datasets/dataset.dat
* http://people.cs.ubc.ca/~mariusm/uploads/FLANN/datasets/testset.dat
*/
printf("Reading input data file.\n");
dataset = read_points("dataset.dat", rows, cols);
printf("Reading test data file.\n");
......
......@@ -67,6 +67,9 @@ ok = 1;
% use single precision for better memory efficiency
% store the features one per column because MATLAB
% uses column major ordering
% The dataset.dat and testset.dat files can be downloaded from:
% http://people.cs.ubc.ca/~mariusm/uploads/FLANN/datasets/dataset.dat
% http://people.cs.ubc.ca/~mariusm/uploads/FLANN/datasets/testset.dat
dataset = single(load([data_path 'dataset.dat']))';
testset = single(load([data_path 'testset.dat']))';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册