Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 431 Bytes

INSTALL.md

File metadata and controls

13 lines (8 loc) · 431 Bytes

Environment Setup

Our codebase is based on MMDetection. Parts of the code is borrowed from MMTracking and Video K-Net. We add mmdet by default.

  • MIM >= 0.1.1
  • MMCV-full == v1.6.1 # be sure that you should install the right version of complied CUDA.
  • timm
  • scipy
  • panopticapi

Or any missing packages, you should pip install manually.