Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jebyrne committed Oct 11, 2013
1 parent bb97320 commit c4a976a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 84 deletions.
83 changes: 0 additions & 83 deletions +nsd/+eval/+simstereo/truth.m~

This file was deleted.

Binary file added deps/export_fig-0.2.zip
Binary file not shown.
Binary file removed deps/export_fig.zip
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion set_paths.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


%% Unpack Dependencies
deps = {'vlbenchmarks-1.0c','lightspeed-2.3.1','vlfeat-0.9.16','matlabPyrTools-1.3.1','export_fig','brisk-0.1.1','HCI-stereo','middlebury-flow'}; % pyrtools last
deps = {'vlbenchmarks-1.0d','lightspeed-2.3.1','vlfeat-0.9.16','matlabPyrTools-1.3.1','export_fig-0.2','brisk-0.1.1','HCI-stereo','middlebury-flow'}; % pyrtools last
for k=1:length(deps)
% Unpack
depdir = fullfile(pwd,'deps',deps{k});
Expand Down

0 comments on commit c4a976a

Please sign in to comment.