Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 360 Bytes

INSTALL.md

File metadata and controls

25 lines (20 loc) · 360 Bytes

Requirements

  • Linux
  • Python 3.5+
  • PyTorch 1.11
  • TensorBoard
  • CUDA 11.0+
  • GCC 4.9+
  • 1.11 <= Numpy <= 1.23
  • PyYaml
  • Pandas
  • h5py
  • joblib

Compilation

Part of NMS is implemented in C++. The code can be compiled by

cd ./libs/utils
python setup.py install --user
cd ../..

The code should be recompiled every time you update PyTorch.