程序员最近都爱上了这个网站  程序员们快来瞅瞅吧!  it98k网:it98k.com

本站消息

站长简介/公众号

  出租广告位,需要合作请联系站长

+关注
已关注

分类  

暂无分类

标签  

暂无标签

日期归档  

2023-06(1)

安装win10maskrcnn-benchmark

发布于2019-08-07 13:34     阅读(1213)     评论(0)     点赞(5)     收藏(2)


GitHub: https://github.com/facebookresearch/maskrcnn-benchmark
环境vs2015 pytorch1.0.0 cuda9.0

this installs the right pip and dependencies for the fresh python

conda install ipython

maskrcnn_benchmark and coco api dependencies

pip install ninja yacs cython matplotlib tqdm opencv-python

follow PyTorch installation in https://pytorch.org/get-started/locally/

we give the instructions for CUDA 9.0

Important : check the cuda version installed on your computer by running the command in the cmd :

nvcc – version
conda install -c pytorch pytorch-nightly torchvision cudatoolkit=9.0

git clone https://github.com/cocodataset/cocoapi.git

#将setup.py的extra_compile_args=['-Wno-cpp', '-Wno-unused-function', '-std=c99'],改为extra_compile_args={'gcc': ['/Qstd=c99']},
  • 1

cd cocoapi/PythonAPI
python setup.py build_ext install#一定要进入目录下安装

navigate back to INSTALL_DIR

cd …
cd …

install apex

git clone https://github.com/NVIDIA/apex.git
cd apex
python setup.py install

navigate back to INSTALL_DIR

cd …

install PyTorch Detection

git clone https://github.com/Idolized22/maskrcnn-benchmark.git
cd maskrcnn-benchmark

the following will install the lib with

symbolic links, so that you can modify

the files if you want and won’t need to

re-build it

python setup.py build develop



所属网站分类: 技术文章 > 博客

作者:我下面给你吃

链接:https://www.pythonheidong.com/blog/article/11240/984e73eafa6ad89d18ea/

来源:python黑洞网

任何形式的转载都请注明出处,如有侵权 一经发现 必将追究其法律责任

5 0
收藏该文
已收藏

评论内容:(最多支持255个字符)