Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 375 Bytes

INSTALL.md

File metadata and controls

23 lines (18 loc) · 375 Bytes

Requirements

  • Linux
  • Python >=3.6, <=3.10
  • PyTorch 1.10+
  • TensorBoard
  • CUDA 10.2+
  • GCC 4.9+
  • NumPy 1.11+
  • PyYaml
  • torchtext (pip install torchtext)

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.