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

31

remove the pycocotools 
>> pip uninstall pycocotools

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

Comments

Submit
0 Comments