karpathy / neuraltalk2

Efficient Image Captioning code in Torch, runs on GPU
5.49k stars 1.26k forks source link

Missing file name #191

Open Kirthana30 opened 6 years ago

Kirthana30 commented 6 years ago

I cant fix this error, i took images from MSCOCO (val2017) around 10 images and named my folder imgs. This is the error i encountered, anyone can help to resolve it? @karpathy screenshot from 2017-11-28 22-43-09

Kirthana30 commented 6 years ago

I already fixed the error, the path is not right actually. Instead of /vis/imgs, i changed to vis/imgs and i could caption all the images.