I am using the replicator code in the link below to generate the composite image.
I have two questions.
1.How is labeling of assets in the warehouse space conducted?
When creating the full_warehouse.usd file, are labels already applied? Alternatively, is labeling carried out through some method, such as using a code or function based on the asset’s name?
i am just another OV user, but not sure if this doc answers either one of your questions regarding semantic labeling (but feel free to take a look in case there are some relevance):
my understanding is that the warehouse level uses SimReady assets as reference. and each geom prim already has predefined semantics. furthermore, SimReady library assets that were shipped with/used in OV apps were defined by the general guide found here - Semantic Labeling — Omniverse SimReady latest documentation (the bottom URL should direct you to the spec doc)
i am not too sure how replicator allocates the ID numbers, though.
The id’s are randomly assigned at runtime and are not persistent. You can use idToLabels for example from semantic_segmentation (or other) annotators to get the mapping: