Method__init__(
self,
assets_dir,
image_size=512,
device='cuda',
skin_color=[252, 22
src/modules/renderer/base_renderer.py:16
Method__init__(self, flame_assets_dir, smplx_assets_dir,mano_assets_dir,
n_shape=300, n_exp=50, with_
src/modules/ehm/EHM.py:10
Method__init__(self, smplx_assets_dir, n_shape=200, n_exp=50, with_texture=False, check_pose=True)
src/modules/smplx/SMPLX.py:105
Method__init__(self, flame_assets_dir, device='cuda:0', image_size=512,tanfov=1/12, )
src/modules/refiner/flame_refiner.py:18
Method__init__(self, render_size=1024, config=None, device='cuda:0', part='body', background=None, rasterizer_type='standard
src/modules/pixie/visualizer.py:41
Method__init__(self, num_branches, blocks, num_blocks, num_inchannels,
num_channels, fuse_method, multi_sca
src/modules/pixie/models/hrnet.py:33
Method__init__(self, channels = [2048*2, 1024, 1], detach_inputs=False, detach_feature=False)
src/modules/pixie/models/moderators.py:57
Method__init__(self,image_size=512, skin_color=[252, 224, 203], bg_color=[0, 0, 0], focal_length=24,inverse_light=False)
src/utils/graphics.py:317
Method__init__(self, left_indices=None, right_indices=None, front_indices=None,
selected_mp_indices=None,
src/losses/lmk2d_loss.py:6
Functionbatch_orth_proj orthgraphic projection X: 3d vertices, [bz, n_point, 3] camera: scale and translation, [bz, 3], [scale, tx, ty]
src/modules/renderer/util.py:60
Functionbatch_orth_proj orthgraphic projection X: 3d vertices, [bz, n_point, 3] camera: scale and translation, [bz, 3], [scale, tx, ty]
src/utils/rotation_converter.py:464
Methodbatch_persp_proj X is B x num_verts x 3 Render camera is B x 6, each stands for [s, tx, ty, dx, dy, dz], dx, dy, dz are correction param
src/modules/smplx/SMPLX.py:249