Answered by
ali-0-1
Jun 29, 2026
Replies: 1 comment
0 replies
Answer selected by
ali-0-1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Actually the code for Tagger.cpp helps to get given label class (in our case it is Fence label).
Actual solution is hidden in Unreal/CarlaUnreal/Plugins/Carla/Source/Carla/Sensor/PostProcessConfig.cpp
By default particle is disabled and needs to be enabled by:
Then in gas material:
but not the translucent, additive, modulate, AlphaComposite or AphaHoldout
As emitter renderer Sprite Renderer is fine too. Particles have masked to get kind of particle shape but in semantic segmentation their whole shape is labelled.
There is a work around for this also. if we pick a sphere as …