GitHub: https://github.com/facebookresearch/maskrcnn-benchmark
环境vs2015 pytorch1.0.0 cuda9.0
conda install ipython
pip install ninja yacs cython matplotlib tqdm opencv-python
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']},
cd cocoapi/PythonAPI
python setup.py build_ext install#一定要进入目录下安装
cd …
cd …
git clone https://github.com/NVIDIA/apex.git
cd apex
python setup.py install
cd …
git clone https://github.com/Idolized22/maskrcnn-benchmark.git
cd maskrcnn-benchmark
python setup.py build develop