Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

import pycocotools._mask as _mask error Expected 80, got 88

remove the pycocotools 
>> pip uninstall pycocotools

instead of using pip, try using this:
>> pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
Source by www.google.com #
 
PREVIOUS NEXT
Tagged: #import #error #Expected
ADD COMMENT
Topic
Name
1+1 =