Closed ArseniuML closed 1 year ago
I am trying to perform testing FSDv2 on Waymo dataset:
DIR=fsdv2 WORK=work_dirs/pretrained CONFIG=fsdv2_waymo_2x python tools/test.py configs/$DIR/$CONFIG.py ./$WORK/$CONFIG/latest.pth --eval waymo
There is an error: /bin/sh: 1: mmdet3d/core/evaluation/waymo_utils/compute_detection_metrics_main: not found
/bin/sh: 1: mmdet3d/core/evaluation/waymo_utils/compute_detection_metrics_main: not found
folder work_dirs/pretrained/fsdv2_waymo_2x contains files downloaded from Google Drive link.
What can cause this error?
Please follow https://github.com/tusen-ai/SST/blob/main/docs/overall_instructions.md#fast-waymo-evaluation to install waymo evaluation tool.
I am trying to perform testing FSDv2 on Waymo dataset:
There is an error:
/bin/sh: 1: mmdet3d/core/evaluation/waymo_utils/compute_detection_metrics_main: not found
folder work_dirs/pretrained/fsdv2_waymo_2x contains files downloaded from Google Drive link.
What can cause this error?