Skip to content

demo.py --load parameter is now required as voc0712 can't be loaded#47

Open
Twenkid wants to merge 1 commit intonaoto0804:masterfrom
Twenkid:patch-1
Open

demo.py --load parameter is now required as voc0712 can't be loaded#47
Twenkid wants to merge 1 commit intonaoto0804:masterfrom
Twenkid:patch-1

Conversation

@Twenkid
Copy link

@Twenkid Twenkid commented Oct 3, 2024

--load parameter is now required because the current default voc from chainer can't be loaded and it's in the archived project: https://github.com/chainer/chainercv/blob/master/chainercv/links/model/ssd/ssd_vgg16.py

_models = {
'voc0712': {
'param': {'n_fg_class': 20},
'url': 'https://chainercv-models.preferred.jp/'
'ssd300_voc0712_converted_2017_06_06.npz',
'cv2': True
},
'imagenet': {
'url': 'https://chainercv-models.preferred.jp/'
'ssd_vgg16_imagenet_converted_2017_06_09.npz',
'cv2': True
},
}

--load parameter is now required because the current default voc from chainer can't be loaded and it's in the archived project: 
https://github.com/chainer/chainercv/blob/master/chainercv/links/model/ssd/ssd_vgg16.py

_models = {
        'voc0712': {
            'param': {'n_fg_class': 20},
            'url': 'https://chainercv-models.preferred.jp/'
            'ssd300_voc0712_converted_2017_06_06.npz',
            'cv2': True
        },
        'imagenet': {
            'url': 'https://chainercv-models.preferred.jp/'
            'ssd_vgg16_imagenet_converted_2017_06_09.npz',
            'cv2': True
        },
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant