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

Add args for pip install mmeval to install specific metric #88

Open
ZCMax opened this issue Feb 2, 2023 · 1 comment
Open

Add args for pip install mmeval to install specific metric #88

ZCMax opened this issue Feb 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ZCMax
Copy link
Collaborator

ZCMax commented Feb 2, 2023

Describe the feature
Add args for pip install mmeval to install specific metric

Motivation
If we add some metrics in MMEval like KittiMetric, WaymoMetric, which rely on the official SDK and package to evaluate, it will increase the installation burden of MMEval. I suggest MMEval support install like pip install mmeval-waymo to install the version which includes WaymoMetric.

Related resources

Additional context

@ice-tong
Copy link
Collaborator

ice-tong commented Feb 2, 2023

@ZCMax Thanks for your feedback!

It is true that many metrics in MMEval have some additional dependencies. We will consider using more granular extra requirements to help users install MMEval more easily.

e.g.

pip install "mmeval[waymo]"

@ice-tong ice-tong added the enhancement New feature or request label Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants