model
xvr.model
get_random_pose
get_random_pose(
alphamin,
alphamax,
betamin,
betamax,
gammamin,
gammamax,
txmin,
txmax,
tymin,
tymax,
tzmin,
tzmax,
batch_size,
)
Generate a batch of random poses in SE(3) using specified ranges.
Source code in src/xvr/model/sampler.py
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | |