lucasjinreal / nosmpl

Accelerated SMPL operation, commonly used in generate 3D human mesh, STAR included.
GNU General Public License v3.0
132 stars 9 forks source link

Change FOV #7

Closed yufu-liu closed 1 year ago

yufu-liu commented 1 year ago

Hi, thanks for developing this useful tool. I run it sucessfully on my project, but its FOV is looking from ground to body. image

Therefore I try to change FOV via modifying vis_o3d.py. I add some code like below. self.ctr = self.vis.get_view_control() self.ctr.change_field_of_view(step=-90) However, it didn't work. Can you explain why or provide me another approach to achieve it?