BEVDet在服务器上环境搭建以及运行记录流程
创建conda虚拟环境:
conda create --name BEVDet python=3.8 -y
在虚拟环境里安装torch:
conda install pytorch==1.10
2023-11-18