how to add seed to replicator in isaacsim? #153
Unanswered
shiven2001
asked this question in
Q&A
Replies: 1 comment
-
To ensure your synthetic data generation is reproducible, you should set a seed for both Python's built-in random library and for Replicator itself at the beginning of your script, as this on https://docs.isaacsim.omniverse.nvidia.com/5.0.0/replicator_tutorials/tutorial_replicator_getting_started.html#custom-randomizations-replicator-graph-and-usd-api: random.seed(42)
rep.set_global_seed(42) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to use replicator to generate synthetic data to train my yolo model. But I want to use the randomization of the replicator. How do I add a seed to the randomizer to ensure reproducibility?
Beta Was this translation helpful? Give feedback.
All reactions