In
|
// \note Corresponds roughly with UNECE [1] categories M2 and N1. |
|
// |
|
// \note This category is not intended for mini vans, which shall |
|
// rather be categorized as cars. |
it is mentioned that a minivan shall be classified as a car, but not exactly which car type shall be used.
Describe the bug
In
|
// \note Corresponds roughly with UNECE [1] categories M2 and N1. |
|
// |
|
// \note This category is not intended for mini vans, which shall |
|
// rather be categorized as cars. |
it is mentioned that a minivan shall be classified as a car, but not exactly which car type shall be used.
Describe how to reproduce the bug
Steps to reproduce the behavior:
- Read the documentation
Describe the expected behavior
One explicitly defined class for minivans such as TYPE_CAR
Show some screenshots
N.A.
Describe the OS you are using
N.A.
Additional context
Additionally, I expect that this will cause a lot of unnecessary issues when checking sensor output against ground truth since the vehicle perception systems will have a very hard time deciding between a car type minivan and other vans. After all the shape is the main decision criteria, since the perception system has no direct access to vehicle weight information and other details used for the UNECE classification.
I think a) this needs to be re-considered and b) at least one explicit category for minivans needs to be defined if it stays like this.
My personal recommendation would be to losen this and allow this category to be used for minivans as well. Additionally, we should cross-check whether another UNECE classification or ISO norm more related to ADAS/AD/DCAS/Sensors etc. can be used as a reference instead of the one that has been used.
In
open-simulation-interface/osi_object.proto
Lines 868 to 871 in 689eab7
it is mentioned that a minivan shall be classified as a car, but not exactly which car type shall be used.
Describe the bug
In
open-simulation-interface/osi_object.proto
Lines 868 to 871 in 689eab7
it is mentioned that a minivan shall be classified as a car, but not exactly which car type shall be used.
Describe how to reproduce the bug
Steps to reproduce the behavior:
Describe the expected behavior
One explicitly defined class for minivans such as
TYPE_CARShow some screenshots
N.A.
Describe the OS you are using
N.A.
Additional context
Additionally, I expect that this will cause a lot of unnecessary issues when checking sensor output against ground truth since the vehicle perception systems will have a very hard time deciding between a car type minivan and other vans. After all the shape is the main decision criteria, since the perception system has no direct access to vehicle weight information and other details used for the UNECE classification.
I think a) this needs to be re-considered and b) at least one explicit category for minivans needs to be defined if it stays like this.
My personal recommendation would be to losen this and allow this category to be used for minivans as well. Additionally, we should cross-check whether another UNECE classification or ISO norm more related to ADAS/AD/DCAS/Sensors etc. can be used as a reference instead of the one that has been used.