
Detectron2: Detectron2在Windows上的构建
5星
- 浏览量: 0
- 大小:None
- 文件类型:ZIP
简介:
Detectron2是一款由Facebook AI团队开发的先进计算机视觉模型库,此简介重点介绍如何在Windows操作系统上成功搭建和运行Detectron2环境。
要求:
- Python >= 3.6(Conda)
- PyTorch 1.3:确保PyTorch版本与上述Python环境匹配。
- 安装OpenCV以用于演示和可视化功能。
- 使用以下命令安装fvcore:`pip install git+https://github.com/facebookresearch/fvcore`
- 使用以下步骤安装pycocotools:
- `pip install cython`
- `pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI`
全部评论 (0)
还没有任何评论哟~


