Closed hagianga21 closed 4 years ago
Please ensure that you submit the predictions to the correct phase of the competition. We have a "multiple scans" phase, where all classes with distinguishing moving and non-moving need to be predicted, and a "single scans" phase, where this is not accounted for. The provided prediction files are for the "single scan" phase.
Hope that clarifies the discrepency.
Hi, I submitted to "single scans" phase, which is the right place. Is darknet53-1024 + KNN has the highest score? I can double-check it again.
darknet53+knn is the best model. The 1024 and 512 models used a reduced resolution of the range image projection. As far as I remember, we did submit exactly this file. It can be that there is a difference of 1-2% due to a bugfix in the evaluation script, but there should not be a difference of over 15%.
I will also check again that there is not a problem on our side.
Hi I tried another time with darknet53+knn. The mIOU and Acc are 0.524 and 0.89. Thank you so much for helping me.
This issue should again be noted, in my verification, darknet53-1024-knn.tar.gz in seq08 is 0.384, which is significantly lower than reported in the paper.
Did you downsample the range image to the size 1024x64? And note that the numbers in Table I are from the test set. But these should be quite similar.
Hi, I tried submitting your prediction files (darknet53-1024 + KNN). The result is quite low. mIOU is 0.36. Why does it happen? Thank you so much and have a great day.