ImportError: cannot import name 'inceptionresnetv2'
jiaohuix opened this issue · 2 comments
jiaohuix commented
what is this pretrainedmodels in models fpn_inception.py
mkt1733 commented
just use
pip install pretrainedmodels
to solve this
littlelorizhang commented
just use
pip install pretrainedmodels
to solve this
thanks~