ybarancan/STSU

vis error

Closed this issue · 5 comments

image
image
Using the transformer model, the above is gt, and the bottom is the prediction, the results seem to have a large gap

This is very weird. Have you observed this for one sample or does it happen frequently? By the way, the prediction shown here is before merging step. So can you also show the merged lane graph?

I downloaded the complete nuscenes dataset and it turned out to be only for intersections, and his visualizations are all poor
transformer model
__gt_coef_visible_all_roads.jpg
image
__merged_road.jpg
image

Hi,
Do the quantitative results match the paper? If so, this actually looks like a plausbile estimate of the network. In complicated scenes with possibly occlusions (a lot of cars, rain/ fog etc.) the visual performance drops significantly.

my result is as follows

ERROR:root:mean_recall : 0.546578436628684
ERROR:root:mean_pre : 0.606558468340185
ERROR:root:mean_f_score : 0.5745103166217702
ERROR:root:mse : nan
ERROR:root:assoc_iou : 0.3993424771500831
ERROR:root:assoc_precision : 0.6007536357529056
ERROR:root:assoc_recall : 0.543614038222957
ERROR:root:assoc_f : 0.5702589960045314
ERROR:root:matched_gt : 36567
ERROR:root:unmatched_gt : 23803
ERROR:root:detection_ratio : 0.6057147489528781

The results are correct.