1. 程式人生 > >ModuleNotFoundError: No module named 'pycocotools'

ModuleNotFoundError: No module named 'pycocotools'

問題描述:

在TensorFlow object detection api 下執行eval. py ,會報錯:ModuleNotFoundError: No module named 'pycocotools'

解決方案:

  1. D:\models\research\object_detection>pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
    好像是一定要在object_detection目錄下執行
  2. 要安裝visual studio 2015,
    下載地址
  3. 測試:可以匯入即可在這裡插入圖片描述
    ————————————————————————————————————————————————
    參考來源連結