Skip to content

Files

Latest commit

 

History

History
26 lines (21 loc) · 313 Bytes

INSTALL.md

File metadata and controls

26 lines (21 loc) · 313 Bytes

Installation

git clone https://github.com/decisionforce/TPN.git

Requirements

  • Linux
  • Python 3.5+
  • PyTorch 1.0+
  • CUDA 9.0+
  • NVCC 2+
  • GCC 4.9+
  • mmcv 0.2.10

Install MMAction

(a) Install Cython

pip install cython

(b) Install mmaction

python setup.py develop