Windows系统下YOLOX的环境配置
Windows系统下安装YOLOX,包括pycocotools和apex安装。
@TOC
一、安装YOLOX
1.在PyCharm的终端
运行如下指令
git clone git@github.com:Megvii-BaseDetection/YOLOX.git
cd YOLOX
pip install -r env.txt
python setup.py develop
2. env.txt
内容
numpy
loguru
tqdm
thop
ninja
tabulate
psutil
pycocotools