Skip to content

Commit

Permalink
add more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
YanniZhangYZ committed Oct 18, 2023
1 parent 50dd9c6 commit f46ae40
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eg3d/camera_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@ class Live3DCameraPoseSampler:
Camera roll sampling (in degrees, converted to radians):
Mean: 0
Standard Deviation: 2 degrees
Example:
For a batch of random camera poses looking at the origin with yaw sampled from [-pi/2, +pi/2] radians:
cam2worlds = UniformCameraPoseSampler.sample(math.pi/2, math.pi/2, horizontal_stddev=math.pi/2, radius=1, batch_size=16)
'''
@staticmethod
Expand Down

0 comments on commit f46ae40

Please sign in to comment.