Image_Captioning Project
$ git clone https://github.com/cocodataset/cocoapi.git
$ cd cocoapi/PythonAPI/
$ make
$ python setup.py build
$ python setup.py install
$ cd ../../$ git clone https://github.com/J-TKim/Image_Captioning.git
cd Image_Captioningpip install -r requirements.txt
chmod +x download.sh
./download.shpython build_vocab.py
python resize.pypython train.pypython sample.py --image='png/example.png'python build_vocab.py --ko data/annotations/en2ko.json
python resize.pypython train.py --ko data/annotations/en2ko.jsonpython sample.py --image='png/example.png'