pretrained-models.pytorch
pretrained-models.pytorch copied to clipboard
Raising issue in utils
It's rasing issue in the
from . import utils
File "voc.py", line 13, in
Hi @Dipeshtamboli
Sorry for the late answer. It works for me with python 3:
$ python
Python 3.7.2 (default, Dec 29 2018, 06:19:36)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pretrainedmodels
>>> import pretrainedmodels.datasets.voc
>>> pretrainedmodels.datasets.voc
<module 'pretrainedmodels.datasets.voc' from '/home/cadene/doc/pretrained-models.pytorch_2/pretrainedmodels/datasets/voc.py'>
>>> pretrainedmodels.__version__
'0.7.4'
What about you?
I want a pre-trained model of Pascal VOC dataset for the object classification task. I am not able to find it anywhere. Can you please help me regarding this? Also, I want help in extracting labels from Pascal VOC dataset. Thank you