Skip to content

Digital image captioning through ConvNets and Recurrent Networks

Notifications You must be signed in to change notification settings

teamfortyone/mscoco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Captioning in Human-like Manner

Requirements

  • Python 3.6 (tensorflow pls)

Setup

  1. Please download, unzip, and place the images in: coco/images/
  2. Please download and place the annotations in: coco/annotations/
  3. python3 -m venv venv
  4. source venv/bin/activate
  5. pip3 install -r requirements.txt
  6. jupyter lab
  7. Experiment and attempt to load all images and captions with the pycocotools API library. Use pycocoDemo notebook for reference.

About

Digital image captioning through ConvNets and Recurrent Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages