ariaaay / clip2brain

Code from paper "Natural language supervision with a large and diverse dataset builds better models of human high-level visual cortex"
MIT License
16 stars 6 forks source link

pycocotools src in repo #2

Closed mkmohangb closed 1 year ago

mkmohangb commented 1 year ago

I'm getting the following error when running extract_clip_features.py:

ModuleNotFoundError: No module named 'pycocotools._mask'

If I remove the included pycocotools source and instead do pip install pycocotools then the error goes away.

Any reason to have pycocotools in source form in the repo?

ariaaay commented 1 year ago

i think I was using an older version of the pycocotools and was having some errors. Glad that works for you!

ariaaay commented 1 year ago

Issue resolved.