标签:ORC odata Git+http com bsp cpu https oda pytorch
#创建conda环境
conda create -n detectron2 python=3.7
#安装pytorch, cpu
pip install opencv-python(清华源
pip install cython(清华源
pip install ‘git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI‘
python -m pip install -e .
标签:ORC odata Git+http com bsp cpu https oda pytorch
原文地址:https://www.cnblogs.com/zherlock/p/12508328.html