Skip to content
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

Instance segmentation problem #43

Open
ZivniR opened this issue Oct 27, 2024 · 1 comment
Open

Instance segmentation problem #43

ZivniR opened this issue Oct 27, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@ZivniR
Copy link

ZivniR commented Oct 27, 2024

hello,

I have a lot of questions 😄 but the instance segmentation doesn't work with

skeletal mesh my skeletal mesh if it inside a blueprint or not it still get value of [84,84,84] and doesn't change

although the client.simSetSegmentationObjectID return true and the object shown in the list client.simListInstanceSegmentationObjects()

i use unreal 5.4.4

image

in this image you can see that the third person doesn't get a color.

but in Blocks environment everything is fine!

except when I use main skeletal mesh with sub skeletal meshes its only give segmentation to the main skeletal mesh and the sub skeletal mesh doesn't get any color. (when in the original airsim they get colors)

thank you very much

@WouterJansen WouterJansen added the bug Something isn't working label Nov 18, 2024
@WouterJansen
Copy link
Contributor

Hi! Is the skeletal mesh something that spawns after you press play? In that case the instance segmentation system will not automatically give any spawned mesh an ID or add it to the system, this has to be done manually. This can be done from the API or through blueprint functions.

https://cosys-lab.github.io/instance_segmentation/
https://cosys-lab.github.io/image_apis/#segmentation

Let me know if you need more help with this, there arent really good examples in the current repository so I can understand it might not be clear on how to do this.

@WouterJansen WouterJansen added the help wanted Extra attention is needed label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Development

No branches or pull requests

2 participants