Skip to content

Commit

Permalink
modified
Browse files Browse the repository at this point in the history
  • Loading branch information
xjqi committed Jul 21, 2018
1 parent ba674c5 commit 17e9043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab_code/search_segments.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
proposal_iou(:,j) = record_iou;

end
save_warper5([save_response_path_final '/' list_test{1,i}(1:end-4) '.mat'],proposal,proposal_iou,[],proposal_pole_mask,response_index);
save([save_response_path_final '/' list_test{1,i}(1:end-4) '.mat'],'proposal','proposal_iou','proposal_pole_mask','response_index');
end

end
Expand Down

0 comments on commit 17e9043

Please sign in to comment.