Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 490 Bytes

INSTALL.md

File metadata and controls

16 lines (14 loc) · 490 Bytes

Installation

Requirements

  • Linux or macOS with Python ≥ 3.6
  • PyTorch ≥ 1.3
  • torchvision that matches the PyTorch installation. You can install them together at pytorch.org to make sure of this.
  • OpenCV, optional, needed by demo and visualization

Build

One feature of this project is that it does not require building any code, simply run:

pip install -r requirements.txt

and you are ready to go.