jcjohnson / densecap

Dense image captioning in Torch
MIT License
1.58k stars 432 forks source link

VGG dataset issue #96

Closed AnukritiSinghh closed 4 years ago

AnukritiSinghh commented 4 years ago

When I run 'preprocess.py' it gives me an error : No such file as : ..../VG_100K/51.jpg Well there is no image as 51.jpg. Why isn't it reading the VGG images I have inside VG_100K folder? from where is it getting the command to take '51.jpg' image? Please help me.

AnukritiSinghh commented 4 years ago

Looks like this was my mistake, I didn't merge the two folders. Solved now.