Skip to content

Latest commit

 

History

History
29 lines (12 loc) · 328 Bytes

4.mmdetection部署.md

File metadata and controls

29 lines (12 loc) · 328 Bytes

环境

cuda:10.2

torch:1.8.0

torchvision:0.9.0

安装mmcv库

官方文档:Introduction — mmcv 1.4.7 documentation

source ~/.bashrc
export cu_version=cu102 # cuda 11.1
export torch_version=torch1.8

sudo vim .bashrc