alpv95 / Dank-Learning

Dank Learning codebase, generate a meme from any image using AI. Uses a modified version of the Show and Tell image captioning network
http://www.danklearning.com
MIT License
480 stars 80 forks source link

Download shell error: No such file or directory #1

Open Vimos opened 6 years ago

Vimos commented 6 years ago

I successfully downloaded and unzipped the data using this shell script, but there's an error when # Build TFRecords of the image data.

➜  data git:(master) ✗ ./download_and_preprocess_mscoco.sh /home/vimos/Data/Dataset/COCO/2014                                                                                            [18/06/14|11:05AM]
./download_and_preprocess_mscoco.sh: line 85: ./download_and_preprocess_mscoco.sh.runfiles/im2txt/im2txt/build_mscoco_data: No such file or directory

I don't quite understand the line WORK_DIR="$0.runfiles/im2txt/im2txt", am I missing some prerequisites?

Thank you!

keumhyewon commented 4 years ago

Hello I have the same problem Have you solved it?