torch / image

An Image toolbox for Torch.
Other
209 stars 141 forks source link

load images in loop #201

Closed Alek-dr closed 7 years ago

Alek-dr commented 7 years ago

for i, v in ipairs(t) do local curr_image = image.load(v) end

v - paths to images

why this code does not work? error: no file or directory

local curr_image = image.load("/home/alexander...") works fine v is equal "/home/alexander..."