Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 328 Bytes

INSTALL.md

File metadata and controls

22 lines (17 loc) · 328 Bytes

Requirements

  • Linux
  • Python 3.5+
  • PyTorch 1.11
  • TensorBoard
  • CUDA 11.0+
  • GCC 4.9+
  • NumPy 1.11+
  • PyYaml

Compilation

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

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

The code should be recompiled every time you update PyTorch.