You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install coco locally. Yet it seems some files are missing when running the makefile, it seems it cannot find the pycocotools/_mask.c file. This file appears to be missing or not properly generated.
I am trying to install coco locally. Yet it seems some files are missing when running the
makefile
, it seems it cannot find the pycocotools/_mask.c file. This file appears to be missing or not properly generated.There was no need to rebuild the file as the MakeFile already has
python setup.py build_ext --inplace
The text was updated successfully, but these errors were encountered: