SYMBOL INDEX (175 symbols across 15 files) FILE: datasets/COCO.py function proc_coco (line 36) | def proc_coco(train_dir, test_dir, train_id, test_id, coco_dataset): FILE: datasets/H36M.py function proc_h36m (line 26) | def proc_h36m(train_dir, test_dir, train_id, test_id, h36m_dir): FILE: datasets/LSP.py function proc_lsp (line 24) | def proc_lsp(train_dir, test_dir, train_id, test_id, lsp_dir, upi_dir): FILE: datasets/LSPET.py function proc_lspet (line 25) | def proc_lspet(train_dir, train_id, lspet_dir, upi_dir): FILE: datasets/MPII.py function proc_mpii (line 27) | def proc_mpii(train_dir, test_dir, train_id, test_id, upi_dir): FILE: datasets/data_filter.py function lsp_filter (line 9) | def lsp_filter(joints, sil): function lspet_filter (line 38) | def lspet_filter(joints, sil): function mpii_filter (line 70) | def mpii_filter(joints, sil): function coco_filter (line 95) | def coco_filter(key_points, sil): FILE: eval/eval_functions.py function make_cam_centers_real (line 30) | def make_cam_centers_real(radius = 5.): function make_cam_centers_syn (line 40) | def make_cam_centers_syn(radius = 1.4): function ct2Rt (line 51) | def ct2Rt(center, target = [0, 0, 0.85], up = None): function render_color (line 78) | def render_color(mesh, f, Rt, img_size=(224, 224), bg_img = None): function eval_crop (line 105) | def eval_crop(arr, center, size = 64): function knnsearch (line 121) | def knnsearch(target, source, metrics = 'euclidean', k_size =1, leaf_siz... function get_hf_list (line 138) | def get_hf_list(): FILE: src/data_loader.py class dataloader_joint (line 18) | class dataloader_joint(Dataset): method __init__ (line 19) | def __init__(self, method __len__ (line 49) | def __len__(self): method __getitem__ (line 52) | def __getitem__(self, index): class dataloader_anchor (line 108) | class dataloader_anchor(Dataset): method __init__ (line 109) | def __init__(self, method __len__ (line 139) | def __len__(self): method __getitem__ (line 142) | def __getitem__(self, index): class dataloader_shading_orig (line 199) | class dataloader_shading_orig(Dataset): method __init__ (line 200) | def __init__(self, method __len__ (line 218) | def __len__(self): method __getitem__ (line 221) | def __getitem__(self, index): class dataloader_shading (line 254) | class dataloader_shading(Dataset): method __init__ (line 255) | def __init__(self, method __len__ (line 282) | def __len__(self): method __getitem__ (line 285) | def __getitem__(self, index): class dataloader_pred (line 351) | class dataloader_pred(Dataset): method __init__ (line 352) | def __init__(self, method __len__ (line 377) | def __len__(self): method __getitem__ (line 380) | def __getitem__(self, index): class dataloader_sil_pred (line 440) | class dataloader_sil_pred(Dataset): method __init__ (line 441) | def __init__(self, method __len__ (line 466) | def __len__(self): method __getitem__ (line 469) | def __getitem__(self, index): class dataloader_demo (line 523) | class dataloader_demo(Dataset): method __init__ (line 524) | def __init__(self, dataset_path): method __len__ (line 529) | def __len__(self): method __getitem__ (line 532) | def __getitem__(self, index): FILE: src/hmr_predictor.py function proc_sil (line 19) | def proc_sil(src_sil, proc_para): class hmr_predictor (line 36) | class hmr_predictor(): method __init__ (line 37) | def __init__(self): method predict (line 45) | def predict(self, img, sil_bbox = False, sil = None, normalize = True): method close (line 56) | def close(self): function preproc_img (line 60) | def preproc_img(img, sil_bbox = False, sil = None, img_size = 224, margi... FILE: src/lighting.py function depthToNormal (line 10) | def depthToNormal(depthmap, function normalToSH (line 69) | def normalToSH(normal, function RGBalbedoSHToLight (line 102) | def RGBalbedoSHToLight(colorImg, albedoImg, SH, confidence_map): function RGBDalbedoToLight (line 140) | def RGBDalbedoToLight(colorImg, function depthToNormalBatch (line 156) | def depthToNormalBatch(depthmap, function normalToSHBatch (line 225) | def normalToSHBatch(normal, FILE: src/mesh_edit.py function getLaplacianMatrixUmbrella (line 22) | def getLaplacianMatrixUmbrella(mesh, anchorsIdx): function getLaplacianMatrixCotangent (line 54) | def getLaplacianMatrixCotangent(mesh, anchorsIdx): function solveLaplacianMesh (line 101) | def solveLaplacianMesh(mesh, anchors, anchorsIdx, cotangent=True): class fast_deform (line 127) | class fast_deform(): method __init__ (line 128) | def __init__(self, method deform (line 150) | def deform(self, mesh, anchors): class fast_deform_dsa (line 177) | class fast_deform_dsa(): method __init__ (line 178) | def __init__(self, method deform (line 200) | def deform(self, verts, achr_verts, active_index = []): class fast_deform_dja (line 228) | class fast_deform_dja(): method __init__ (line 229) | def __init__(self, method deform (line 251) | def deform(self, verts, achr_verts): FILE: src/network.py class Reshape (line 17) | class Reshape(nn.Module): method __init__ (line 18) | def __init__(self, *args): method forward (line 21) | def forward(self, x): function make_layers_vgg (line 25) | def make_layers_vgg(cfg, in_channels, batch_norm=False): class joint_net_vgg16 (line 40) | class joint_net_vgg16(nn.Module): method __init__ (line 41) | def __init__(self, method forward (line 69) | def forward(self, x): method _initialize_weights (line 75) | def _initialize_weights(self): class anchor_net_vgg16 (line 92) | class anchor_net_vgg16(nn.Module): method __init__ (line 93) | def __init__(self, method forward (line 121) | def forward(self, x): method _initialize_weights (line 127) | def _initialize_weights(self): class joint_net_res152 (line 142) | class joint_net_res152(nn.Module): method __init__ (line 143) | def __init__(self, method _make_layer (line 190) | def _make_layer(self, block, planes, blocks, stride=1): method forward (line 207) | def forward(self, x): method _initialize_weights (line 222) | def _initialize_weights(self): class joint_net_dense121 (line 238) | class joint_net_dense121(nn.Module): method __init__ (line 239) | def __init__(self, method forward (line 301) | def forward(self, x): method _initialize_weights (line 308) | def _initialize_weights(self): class shading_net (line 324) | class shading_net(nn.Module): method __init__ (line 325) | def __init__(self, init_weights=False): method forward (line 349) | def forward(self, x, mask): method _initialize_weights (line 370) | def _initialize_weights(self): FILE: src/predictor.py class joint_predictor (line 10) | class joint_predictor(): method __init__ (line 11) | def __init__(self, test_model, method predict_one (line 36) | def predict_one(self, input_arr): method predict_batch (line 42) | def predict_batch(self, input_arr): class anchor_predictor (line 51) | class anchor_predictor(): method __init__ (line 52) | def __init__(self, test_model, method predict_one (line 78) | def predict_one(self, input_arr): method predict_batch (line 84) | def predict_batch(self, input_arr): FILE: src/renderer.py function eprint (line 25) | def eprint(*args, **kwargs): class SMPLRenderer (line 28) | class SMPLRenderer(object): method __init__ (line 29) | def __init__(self, method __call__ (line 44) | def __call__(self, method set_verts (line 112) | def set_verts(self, verts): method rotated (line 116) | def rotated(self, method silhouette (line 147) | def silhouette(self, function _create_renderer (line 176) | def _create_renderer(w=640, function _rotateY (line 197) | def _rotateY(points, angle): function simple_renderer (line 204) | def simple_renderer(rn, function get_alpha (line 248) | def get_alpha(imtmp, bgval=1.): function append_alpha (line 259) | def append_alpha(imtmp): function render_model (line 268) | def render_model(verts, function render_depth (line 310) | def render_depth(mesh, require_visi = False, img_size = (448, 448), f = ... function render_depth_v (line 329) | def render_depth_v(verts, faces, function render_bound (line 349) | def render_bound(mesh, require_id = False, img_size=(448, 448), f=1000): function render_sil (line 369) | def render_sil(mesh, norm = True, img_size=(448, 448), f=1000): class all_renderer (line 392) | class all_renderer(object): method __init__ (line 393) | def __init__(self, method __call__ (line 402) | def __call__(self, method set_verts (line 459) | def set_verts(self, verts): method rotated (line 463) | def rotated(self, method silhouette (line 494) | def silhouette(self, FILE: src/utility.py function show_img_arr (line 16) | def show_img_arr(arr): function take_notes (line 23) | def take_notes(content, target_file, create_file = False): function save_to_img (line 33) | def save_to_img(src, output_path_name, src_type = "tensor", channel_orde... function save_batch_tensors (line 52) | def save_batch_tensors(src_tensor, tgt_tensor, pred_tensor, output_name): class CamPara (line 68) | class CamPara(): method __init__ (line 69) | def __init__(self, K=None, Rt=None): method get_camcenter (line 95) | def get_camcenter(self): method get_center_dir (line 98) | def get_center_dir(self): method project (line 101) | def project(self, p_xyz): method inv_project (line 110) | def inv_project(self, p_uv, depth=None): function photometricLossgray (line 125) | def photometricLossgray(colorImg_gray, depthImg, albedoImg_gray, function scale_and_crop (line 150) | def scale_and_crop(image, scale, center, img_size): function get_line_length (line 173) | def get_line_length(pixel_list): function measure_achr_dist (line 194) | def measure_achr_dist(achr_verts, function draw_vert_move (line 295) | def draw_vert_move(ori_achrs, new_achrs, bg_img = None): class loss_board (line 325) | class loss_board(): method __init__ (line 326) | def __init__(self): method draw (line 333) | def draw(self, loss_file, kn_smth = 0): method show (line 369) | def show(self): method get_list (line 389) | def get_list(self): function get_joint_move (line 394) | def get_joint_move(verts, lsp_joint, proc_para, mesh_joint, unseen_mode=... function get_joint_posi (line 459) | def get_joint_posi(verts, function get_achr_move (line 497) | def get_achr_move(gt_sil, verts, vert_norms, proj_sil): function sil_iou (line 527) | def sil_iou(src_sil, tgt_sil): class random_joint_deform (line 553) | class random_joint_deform(): method __init__ (line 554) | def __init__(self, method __call__ (line 574) | def __call__(self, function get_sil_bbox (line 607) | def get_sil_bbox(sil, margin = 0): function resize_img (line 624) | def resize_img(img, scale_factor): function make_trimesh (line 635) | def make_trimesh(verts, faces, compute_vn = True): function shift_verts (line 661) | def shift_verts(proc_param, verts, cam): function transform_mpii_joints (line 673) | def transform_mpii_joints(joints): function transform_coco_joints (line 693) | def transform_coco_joints(joints): function transform_h36m_joints (line 715) | def transform_h36m_joints(joints): function points2sil (line 740) | def points2sil(seg_points, sil_shape): function pad_arr (line 749) | def pad_arr(arr, pad): function center_crop (line 760) | def center_crop(arr, center, size = 64): function center_crop_2dsize (line 776) | def center_crop_2dsize(arr, center, size): function draw_rect (line 795) | def draw_rect(img_arr, center, size=64, color=[255,0,0]): function draw_joints_rect (line 806) | def draw_joints_rect(img_arr, joint_posi, ratio = 1): function draw_anchors_rect (line 820) | def draw_anchors_rect(img_arr, anchor_posi, sample = 1, ratio = 1): function verts2obj (line 838) | def verts2obj(out_verts, filename): function get_anchor_posi (line 851) | def get_anchor_posi(achr_verts): function refine_sil (line 861) | def refine_sil(sil, min_pixel): function subdiv_mesh_x4 (line 888) | def subdiv_mesh_x4(mesh): function smpl_detoe (line 925) | def smpl_detoe(mesh): function flatten_naval (line 989) | def flatten_naval(mesh): function rotate_verts_y (line 1003) | def rotate_verts_y(verts, y): function rotate_verts_x (line 1018) | def rotate_verts_x(verts, x): function rotate_verts_z (line 1033) | def rotate_verts_z(verts, z): function str2bool (line 1048) | def str2bool(v):