BEVFormer 代码运行笔记
1. 代码下载
git clone https://github.com/fundamentalvision/BEVFormer.git
2. 环境配置
使用conda创建环境
conda create -n bevformer python3.8 -y
进入环境
conda activate bevformer
允许使用pip安装依赖库
export PIP_REQUIRE_VIRTUALENVfalse
安装pytorch和t…
2026/7/10 13:46:50