Dataset_Synthesizer icon indicating copy to clipboard operation
Dataset_Synthesizer copied to clipboard

Randomize Visibility

Open nirajkark07 opened this issue 8 months ago • 0 comments

Hello,

I am interested in randomizing the visibility of objects in my scene. I accomplish this by using the set Actor Hidden in Game Node and a Random Bool node. The randomization is programmed within the DR_Annotated_Actor_BP. I have a gearbox as shown below, and what I want to do is randomize which components are present for every captured frame. The problem is that the annotations sometimes display the component is present even though it isn't.

For example:

  • FR6Z Gear is detected correctly: Image

  • FR6Z Gear is detected incorrectly: Image

How can I get the annotations to correspond correctly to the visibility of the actor?

Thank you.

nirajkark07 avatar Apr 13 '25 19:04 nirajkark07