Confusezius/ICCV2019_MIC

pretrainedmodels missing

theRealSuperMario opened this issue · 1 comments

import pretrainedmodels.utils as utils

While trying to reproduce some results, I am getting a ModuleNotFoundError: No module named 'pretrainedmodels' at this line.

What did I do wrong?

I got it, I had to install https://github.com/Cadene/pretrained-models.pytorch

maybe one it might be good to add this to the README, although it might be quite obvious once you know about the pretrained-models repo.