Skip to content

Latest commit

 

History

History
executable file
·
26 lines (24 loc) · 911 Bytes

requirements-windows.md

File metadata and controls

executable file
·
26 lines (24 loc) · 911 Bytes

Requirements (Windows)

  • Python 2 (Anaconda is recommend.)
  • Chainer
    In Anaconda Prompt:
    pip install chainer
    
  • OpenCV
    In Anaconda Prompt:
    conda install -c https://conda.anaconda.org/menpo opencv3
    
  • youtube-dl
    In Anaconda Prompt:
    pip install --upgrade youtube-dl
    
  • Git
  • wget (Download binary and set path.)
  • ffmpeg (Download binary and set path.)
  • unzip (Download binary and set path.)

Windows cannot use symbolic links, so please copy coco-caption/pycocoevalcap and coco-caption/pycocotools to code/ before running.