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_Captioning
pip install -r requirements.txt
chmod +x download.sh
./download.sh
python build_vocab.py
python resize.py
python train.py
python sample.py --image='png/example.png'
python build_vocab.py --ko data/annotations/en2ko.json
python resize.py
python train.py --ko data/annotations/en2ko.json
python sample.py --image='png/example.png'