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

[Bug] KeyError when running mim search mmyolo --remote #171

Closed
RangeKing opened this issue Nov 6, 2022 · 0 comments · Fixed by #172
Closed

[Bug] KeyError when running mim search mmyolo --remote #171

RangeKing opened this issue Nov 6, 2022 · 0 comments · Fixed by #172

Comments

@RangeKing
Copy link
Contributor

Reproduction

  1. What command or script did you run?
mim search mmyolo --remote
  1. Did you make any modifications on the code or config?
No

Error traceback

KeyError: 'mmyolo'

Bug fix
add mmyolo in PKG2PROJECT

PKG2PROJECT = {
    'mmcv-full': 'mmcv',
    'mmcls': 'mmclassification',
    'mmdet': 'mmdetection',
    'mmdet3d': 'mmdetection3d',
    'mmsegmentation': 'mmsegmentation',
    'mmaction2': 'mmaction2',
    'mmtrack': 'mmtracking',
    'mmpose': 'mmpose',
    'mmedit': 'mmediting',
    'mmocr': 'mmocr',
    'mmgen': 'mmgeneration',
    'mmselfsup': 'mmselfsup',
    'mmrotate': 'mmrotate',
    'mmflow': 'mmflow',
    'mmyolo': 'mmyolo',
}
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 a pull request may close this issue.

1 participant