Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 415 Bytes

INSTALL.md

File metadata and controls

26 lines (22 loc) · 415 Bytes

Installation

Requiements

  • python3
  • pytorch 1.0
  • numpy
  • matplotlib
  • opencv
pip install -r requiements.txt

# setup for roi_layers
python setup.py build develop

Data Preparation

Download COCO dataset to datasets/coco

bash scripts/download_coco.sh

Download VG dataset to datasets/vg

bash scripts/download_vg.sh
python scripts/preprocess_vg.py