Dataset_Synthesizer
Dataset_Synthesizer copied to clipboard
How to change the tag of an AnnotatedActor?
I have ~16 different annotated actors, that should be tagged as "car" in the output JSON.
I' am trying to change the tag of my AnnotatedActor
from the name of the mesh to "car" but no matter how I change it, there is always the mesh name in the output file.
I duplicate an AnnotatedActor
from the examples, change the mesh and the AnnotationTag
and spawn it with the GroupActorManager
to a TriggerVolume
but the output always uses the name of the mesh as tag
.
What am I doing wrong?
ps: I couldnt clone the repo from github, so I downloaded the project from #70.