You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
CARLA 0.10.0 (UE5) Instance Segmentation Sensor currently does not support Instanced Static Mesh (ISM) or Hierarchical Instanced Static Mesh (HISM) components.
The Instance Segmentation Sensor in CARLA assigns the same ActorID and Label to all instances of ISM/HISM in the map. This results in incorrect instance identification in the output image, as all instances are grouped under the same ActorID and Label, which is not the desired behavior for instance segmentation.
Describe the solution you'd like
Add support for ISM/HISM to the Instance Segmentation Sensor. This will likely require modifications to the Unreal Engine source code to handle these components correctly and ensure proper instance identification.
Describe alternatives you've considered
As an alternative, the documentation should clearly state that ISM/HISM are not supported by the sensor. Additionally, it would be helpful to mention this limitation in the map creation process and/or sensor documentation to avoid confusion.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
CARLA 0.10.0 (UE5) Instance Segmentation Sensor currently does not support Instanced Static Mesh (ISM) or Hierarchical Instanced Static Mesh (HISM) components.
The Instance Segmentation Sensor in CARLA assigns the same ActorID and Label to all instances of ISM/HISM in the map. This results in incorrect instance identification in the output image, as all instances are grouped under the same ActorID and Label, which is not the desired behavior for instance segmentation.
Describe the solution you'd like
Add support for ISM/HISM to the Instance Segmentation Sensor. This will likely require modifications to the Unreal Engine source code to handle these components correctly and ensure proper instance identification.
Describe alternatives you've considered
As an alternative, the documentation should clearly state that ISM/HISM are not supported by the sensor. Additionally, it would be helpful to mention this limitation in the map creation process and/or sensor documentation to avoid confusion.
The text was updated successfully, but these errors were encountered: