↓ 2 callersFunction_cubic_interpolate(x1, f1, g1, x2, f2, g2, bounds=None)
smplifyx/optimizers/lbfgs_ls.py:11
↓ 1 callersFunction_strong_Wolfe(obj_func, x, t, d, f, g, gtd, c1=1e-4, c2=0.9, tolerance_change=1e-9,
max_iter=20,
smplifyx/optimizers/lbfgs_ls.py:39
↓ 1 callersMethodcreate_mesh(self, vertices, faces, color=(0.3, 0.3, 0.3, 1.0),
wireframe=False)
smplifyx/mesh_viewer.py:67
↓ 1 callersFunctionrender_mesh(mesh_trimesh, camera_center, camera_transl, focal_length, img_width, img_height)
smplifyx/fit_single_frame.py:561
Method__init__(self, width=1200, height=800,
body_color=(1.0, 1.0, 0.9, 1.0),
registered_k
smplifyx/mesh_viewer.py:28
Method__init__(self, params, lr=1, max_iter=20, max_eval=None,
tolerance_grad=1e-5, tolerance_change=1e-9,
smplifyx/optimizers/lbfgs_ls.py:199