Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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