Skip to content

Carla 0.10.0 Instance Segmentation Camera ISM/HISM support #8866

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
AleksiNarkilahti opened this issue Apr 25, 2025 · 1 comment
Open

Carla 0.10.0 Instance Segmentation Camera ISM/HISM support #8866

AleksiNarkilahti opened this issue Apr 25, 2025 · 1 comment

Comments

@AleksiNarkilahti
Copy link

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.

@Bvallon-sl
Copy link

Hi,
I'm planning to implement this feature. Does someone have an idea on how this can be done?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants