Skip to content

Bridging by Word: Image-Grounded Vocabulary Construction for Visual Captioning based in ACL2019

Notifications You must be signed in to change notification settings

LibertFan/ImageCaption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Image Caption

This is an implementation of Bridging by Word: Image-Grounded Vocabulary Construction for Visual Captioning based on pytorch 1.0.

Setup

  1. Install python3.6 and pytorch 1.0.

  2. Download the image data of MS COCO to Data/raw/img.

  3. Data processing. You need to create a folder in Data/train with the name of coco_v? to store the processed data.

cd Code
python BuildImgOrderClusterVocab.py
  1. Model training.
cd Code
python Trainer.py 

About

Bridging by Word: Image-Grounded Vocabulary Construction for Visual Captioning based in ACL2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages