zhanggang001 / HEDNet

HEDNet (NeurIPS 2023) & SAFDNet (CVPR 2024 Oral)
Apache License 2.0
88 stars 7 forks source link

SAFDnet waymo dataset `./dist_test.sh xxx.yaml 8 output/ckpt/xxx.pth` return: data/waymo/compute_detection_metrics_main: not found #19

Open du666888999 opened 2 weeks ago

du666888999 commented 2 weeks ago

After training with the Waymo dataset, running the command ./dist_test.sh xxx.yaml 8 output/ckpt/xxx.pth ends with the error message: /bin/sh: 1: data/waymo/compute_detection_metrics_main: not found.

du666888999 commented 2 weeks ago

I manually processed the inference results of the validation set from my model and the ground truth of the validation set from Waymo. I successfully ran them through the Waymo evaluation tool. d0c5d280be0268ed2babfff1e34bb0d

zhanggang001 commented 1 week ago

I manually processed the inference results of the validation set from my model and the ground truth of the validation set from Waymo. I successfully ran them through the Waymo evaluation tool. d0c5d280be0268ed2babfff1e34bb0d

You have done a good job! We will upload the executable file for evaluation later. The data/waymo/compute_detection_metrics_main is a faster evaluation method.