The question about plant
raozhongyu opened this issue · 3 comments
raozhongyu commented
I notice that the input route and the output checkpoint ground truth is same. How it works?
Kait0 commented
The checkpoints predict the route centerline, they are the same. Since the route centerline is available in the HD-map there is no reason to predict it, one could also directly use it (e.g.: like in map_agent).
We predict it anyway with the disentangled representation in this plant implementation. There is no particular reason for it. In some sense it makes sure that the architecture has no information bottleneck that prevents it from copying its input.
raozhongyu commented
Thanks a lot. I get it. Have you tried only predict the target speed prediction?
Kait0 commented
no