Windows 10系统复现Faster-RCNN-TensorFlow-Python3.5-master过程中出现 Unable to find vcvarsall.bat

Windows 10系统复现Faster-RCNN-TensorFlow-Python3.5-master过程中
运行Go to ./data/coco/PythonAPI Run python setup.py build_ext --inplace
出现错误:Unable to find vcvarsall.bat
在这里插入图片描述
然后装

pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI

出现错误:
在这里插入图片描述
在这里插入图片描述

  error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools
  
  ValueError: 'pycocotools/_mask.pyx' doesn't match any files

解决办法是:

1. 安装 Microsoft visual c++ 14.0

https://964279924.ctfile.com/fs/1445568-239446865
或
https://pan.baidu.com/s/1q2Nj41Xk85CHHv7_zOhQIA 密码:qbba

3. 如果出现了.Net framework版本过低,小于4.5的最低版本要求:

[如果没出现这个问题,跳过这一步]
重新安装 .Net framework 更高的版本:

https://support.microsoft.com/en-us/help/3151800/the-net-framework-4-6-2-offline-installer-for-windows

再安装Microsoft visual c++ 14.0,
然后运行

  1. Go to ./data/coco/PythonAPI Run python setup.py build_ext --inplace
    Run python setup.py build_ext install
    Go to ./lib/utils and run python setup.py build_ext --inplace

  2. Follow this instruction to download PyCoco database. The final structure has to look like

    “data/VOCDevkit2007/annotations_cache”

    “data/VOCDevkit2007/VOC2007”

  3. Download pre-trained VGG16 from here and place it as “data\imagenet_weights\vgg16.ckpt” For rest of the models, please check here

  4. Run train.py
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值