where is convert_img2caffe
Closed this issue · 2 comments
lmmcc commented
where is convert_img2caffe,i can't find it in your repo
liuyuisanai commented
function out = convert_img2caffe( out )
assert(length(size(out)) <= 4);
out = single(permute(out(:,:,end:-1:1,:), [2 1 3 4]));
end
lmmcc commented
thanks,,,,,,it's ok....