ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.12k stars 9.7k forks source link

在apollo感知模块中为什么要用cnnseg分割出具体的障碍物信息(如人、大车、小车等),分割出的障碍物信息在后续的规划、预测中有具体的应用吗? #4672

Closed yueshukun closed 6 years ago

lianglia-apollo commented 6 years ago

The classification of objects is one of the most important tasks that perception needs to perform for autonomous driving. That information is used in all other modules including tracking, prediction, decision making, and planning.

jinghaomiao commented 6 years ago

Yes prediction and planning will use that info.

natashadsouza commented 6 years ago

Closing this issue as it appears to be resolved.