BoY
BoY
Hi, Do you know how this project can be run on two graphics cards ?
Thank you so much for your excellent work. But I'm having some problems fine-tuning the third stage. When I followed the steps of the first two stages of training, why...
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...