open-mmlab / mmdetection3d

OpenMMLab's next-generation platform for general 3D object detection.
https://mmdetection3d.readthedocs.io/en/latest/
Apache License 2.0
5.34k stars 1.55k forks source link

[Docs] Waymo open dataset evaluation fails #3018

Open selmadeac opened 3 months ago

selmadeac commented 3 months ago

Branch

main branch https://mmdetection3d.readthedocs.io/en/latest/

📚 The doc issue

Waymo Open dataset installation and evaluation is no longer up to date.

Suggest a potential alternative/fix

Hi! i am trying to evaluate using waymo metrics. Unfortunately https://pypi.org/project/waymo-open-dataset-tf-2-1-0/#history this versions are no longer available. For the new waymo package version https://pypi.org/project/waymo-open-dataset-tf-2-11-0/, the bazel-bin folder does no longer contain compute_detection_metrics_main which is vital for computing the detection metrics for waymo. This needs to be copied to core/evaluation/waymo_utils forlder. Unfortunately I do not know how to generate it. Can please someone help?