📜  import pycocotools._mask as _mask 错误预期为 80,得到 88 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:48.587000             🧑  作者: Mango

代码示例1
remove the pycocotools 
>> pip uninstall pycocotools

instead of using pip, try using this:
>> pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI