Closed richardkxu closed 1 year ago
Sorry for the late reply.
According to
I also run evaluation on some pretrained checkpoints and was able to get the same evaluation results on validation set.
,
do you mean that you could obtain normal results using our checkpoint?
Yes, I was able to get the FSD results using your checkpoint.
How about training FSD from scratch? Does it work?
Please reopen this issue if you need further discussion.
Hi, thank you for the great repo! I am trying to reproduce the SST results on waymoD5 dataset (
load_interval=5
) but got much lower metrics. Here are the results I got:sst/sst_waymoD5_1x_3class_12heads.py
results:which is lower than the Overall/L1 mAP: 0.6797 mentioned in this issue.
sst_refactor/sst_waymoD5_1x_3class_8heads_v2.py
results:which is lower than the Overall/L1 mAP: 0.6734 mentioned in this issue.
I am running with 8 GPUs, 12 epochs, and the exact same config files as provided in the repo. I am using the
mmdet==0.15.0
installed directly from your repo and the old version of waymo w/ old coordinate system generated from yourcreate_data.py
. I also run evaluation on some pretrained checkpoints and was able to get the same evaluation results on validation set. I think that partly verify my data and environment are correct.Am I missing anything? Thank you so much!