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