云端开一台服务器,GPU型号是RTX 3060
接下来
git clone https://github.com/Megvii-BaseDetection/YOLOX.git
cd YOLOX
conda create -n torchYolo python=3.8.5
source activate torchYolo
pip3 install -U pip && pip3 install -r requirements.txt
pip3 install -U pip && pip3 install -r requirements.txt
运行这一条命令的时候等待的时间会稍长一点,差不多五个小时。
YOLOX 环境搭建 | 测试 | COCO训练复现 【YOLOX 实战】_怎么使用coco的test数据集测试yolo模型-CSDN博客
标签:git,pip3,环境,YOLOX,install,pip,txt,搭建 From: https://blog.csdn.net/qq_34425255/article/details/139434970