You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your implementation.
When I'm training, the code gives the following error in trainer.py :
img_renderer = Renderer(focal_length=constants.FOCAL_LENGTH, img_res=constants.IMG_RES, faces=smpl_neutral.faces)
self.renderer = pyrender.OffscreenRenderer(viewport_width=img_res, viewport_height=img_res, point_size=1.0)
IndexError: list index out of range
How to solve this problem please?
The text was updated successfully, but these errors were encountered:
Hi, thanks for your implementation.
When I'm training, the code gives the following error in trainer.py :
img_renderer = Renderer(focal_length=constants.FOCAL_LENGTH, img_res=constants.IMG_RES, faces=smpl_neutral.faces)
self.renderer = pyrender.OffscreenRenderer(viewport_width=img_res, viewport_height=img_res, point_size=1.0)
IndexError: list index out of range
How to solve this problem please?
The text was updated successfully, but these errors were encountered: