Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chhankyao/visdb
/ functions
Functions
198 in github.com/chhankyao/visdb
⨍
Functions
198
◇
Types & classes
29
↓ 1 callers
Function
ready_arguments
(fname_or_dict)
common/utils/smplpytorch/smplpytorch/native/webuser/serialization.py:1
↓ 1 callers
Method
rot6d_to_rotmat
(self,x)
common/nets/module.py:145
↓ 1 callers
Method
save_model
(self, state, epoch)
common/base.py:66
↓ 1 callers
Method
set_lr
(self, epoch)
common/base.py:82
↓ 1 callers
Function
subtract_flat_id
(rot_mats)
common/utils/smplpytorch/smplpytorch/pytorch/tensutils.py:41
↓ 1 callers
Function
th_pack
(tensor)
common/utils/smplpytorch/smplpytorch/pytorch/tensutils.py:32
↓ 1 callers
Function
th_posemap_axisang
Converts axis-angle to rotmat pose_vectors (Tensor (batch_size x 72)): pose parameters in axis-angle representation
common/utils/smplpytorch/smplpytorch/pytorch/tensutils.py:6
↓ 1 callers
Function
world2cam
(world_coord, R, t)
common/utils/transforms.py:18
Method
__getitem__
(self, index)
data/dataset.py:22
Method
__getitem__
(self, idx)
data/MSCOCO/MSCOCO.py:202
Method
__getitem__
(self, idx)
data/Human36M/Human36M.py:262
Method
__getitem__
(self, idx)
data/PW3D/PW3D.py:173
Method
__getitem__
(self, idx)
data/MuCo/MuCo.py:186
Method
__init__
(self, dbs, make_same_len=True)
data/dataset.py:7
Method
__init__
(self, transform, data_split)
data/MSCOCO/MSCOCO.py:26
Method
__init__
(self, transform, data_split)
data/Human36M/Human36M.py:25
Method
__init__
(self, transform, data_split)
data/PW3D/PW3D.py:28
Method
__init__
(self, transform, data_split)
data/MuCo/MuCo.py:25
Method
__init__
(self, pose_backbone, pose_net, pose2feat, mesh_backbone, mesh_net, param_regressor)
main/model.py:24
Method
__init__
(self)
common/base.py:50
Method
__init__
(self, test_epoch)
common/base.py:148
Method
__init__
(self, model_path, num_gaussians=8, epsilon=1e-16, use_merged=True)
common/gmm_prior.py:13
Method
__init__
(self, dp_path)
common/dense_pose.py:13
Method
__init__
(self, log_dir, log_name='train_logs.txt')
common/logger.py:17
Method
__init__
(self)
common/timer.py:12
Method
__init__
(self)
common/utils/smpl.py:13
Method
__init__
(self)
common/utils/mano.py:13
Method
__init__
Args: center_idx: index of center joint in our computations, if -1 centers on estimate of palm as middle of base
common/utils/manopth/manopth/manolayer.py:19
Method
__init__
Args: center_idx: index of center joint in our computations, model_root: path to pkl files for the model
common/utils/smplpytorch/smplpytorch/pytorch/smpl_layer.py:15
Method
__init__
(self)
common/nets/loss.py:19
Method
__init__
(self, face)
common/nets/loss.py:27
Method
__init__
(self, face)
common/nets/loss.py:57
Method
__init__
(self, joint_num)
common/nets/module.py:60
Method
__init__
(self, vertex_num)
common/nets/module.py:80
Method
__init__
(self, joint_num, vertex_num)
common/nets/module.py:130
Method
__init__
(self, resnet_type)
common/nets/resnet.py:8
Method
__len__
(self)
data/dataset.py:14
Method
__len__
(self)
data/MSCOCO/MSCOCO.py:199
Method
__len__
(self)
data/Human36M/Human36M.py:259
Method
__len__
(self)
data/PW3D/PW3D.py:170
Method
__len__
(self)
data/MuCo/MuCo.py:183
Method
_make_batch_generator
(self)
common/base.py:41
Method
_make_model
(self)
common/base.py:45
Function
batch_rodrigues
(axisang)
common/utils/manopth/manopth/rodrigues_layer.py:43
Function
batch_rodrigues
(axisang)
common/utils/smplpytorch/smplpytorch/pytorch/rodrigues_layer.py:41
Function
batch_rotprojs
(batches_rotmats)
common/utils/manopth/manopth/rotproj.py:4
Function
bb2img
(coord_bb, bb2img_trans, root_joint_depth)
common/utils/transforms.py:71
Method
cam2pixel
(self, cam_coord, f, c)
main/model.py:80
Function
cam2world
(cam_coord, R, t)
common/utils/transforms.py:22
Method
compute_dr_wrt
(self, wrt)
common/utils/manopth/mano/webuser/posemapper.py:33
Method
compute_dr_wrt
(self, wrt)
common/utils/smplpytorch/smplpytorch/native/webuser/posemapper.py:12
Method
compute_r
(self)
common/utils/manopth/mano/webuser/posemapper.py:30
Method
compute_r
(self)
common/utils/smplpytorch/smplpytorch/native/webuser/posemapper.py:9
Function
compute_rotation_matrix_from_ortho6d
Code from https://github.com/papagina/RotationContinuity On the Continuity of Rotation Representations in Neural Networks Zhou et al.
common/utils/manopth/manopth/rot6d.py:4
Method
critical
(self, msg)
common/logger.py:45
Method
debug
(self, msg)
common/logger.py:36
Method
error
(self, msg)
common/logger.py:48
Function
euler_to_rotmat
(yaw, pitch, roll)
common/utils/vis.py:221
Method
evaluate
(self, outs, cur_sample_idx)
data/MSCOCO/MSCOCO.py:389
Method
evaluate
(self, outs, cur_sample_idx)
data/Human36M/Human36M.py:455
Method
forward
(self, inputs, targets, info, mode)
main/model.py:122
Method
forward
(self, pose)
common/gmm_prior.py:78
Method
forward
Args: th_trans (Tensor (batch_size x ncomps)): if provided, applies trans to joints and vertices th_betas (Tensor (batch_size
common/utils/manopth/manopth/manolayer.py:109
Method
forward
Args: th_pose_axisang (Tensor (batch_size x 72)): pose parameters in axis-angle representation th_betas (Tensor (batch_size x
common/utils/smplpytorch/smplpytorch/pytorch/smpl_layer.py:54
Method
forward
(self, coord_out, coord_gt, valid, is_3D=None)
common/nets/loss.py:11
Method
forward
(self, param_out, param_gt, valid)
common/nets/loss.py:22
Method
forward
(self, coord_out, coord_gt, valid)
common/nets/loss.py:31
Method
forward
(self, coord_out, coord_gt, valid)
common/nets/loss.py:61
Method
forward
(self, img_feat)
common/nets/module.py:31
Method
forward
(self, img_feat, joint_heatmap, joint_vis=None)
common/nets/module.py:68
Method
forward
(self, img_feat)
common/nets/module.py:101
Method
forward
(self, joint_3d, vert_3d, joint_vis=None, vert_vis=None)
common/nets/module.py:154
Method
forward
(self, x, skip_early=False)
common/nets/resnet.py:55
Function
get_bbox
(joint_img, joint_valid)
common/utils/preprocessing.py:18
Method
img2bb
(self, pixel_coord, img2bb_trans, root_joint_depth)
main/model.py:71
Function
init_weights
(m)
main/model.py:300
Function
load_model
(fname_or_dict)
common/utils/manopth/mano/webuser/serialization.py:73
Function
lrotmin
(p)
common/utils/manopth/mano/webuser/posemapper.py:38
Function
lrotmin
(p)
common/utils/smplpytorch/smplpytorch/native/webuser/posemapper.py:17
Function
make_list
(tensor)
common/utils/manopth/manopth/tensutils.py:45
Function
pad_with
(vector, pad_width, iaxis, kwargs)
common/utils/vis.py:201
Function
print_args
(args)
common/utils/manopth/manopth/argutils.py:8
Method
print_eval_result
(self, eval_result)
data/MSCOCO/MSCOCO.py:458
Method
print_eval_result
(self, eval_result)
data/Human36M/Human36M.py:598
Function
robust_compute_rotation_matrix_from_ortho6d
Instead of making 2nd vector orthogonal to first create a base that takes into account the two predicted directions equally
common/utils/manopth/manopth/rot6d.py:26
Function
save_args
(args, save_folder, opt_prefix='opt', verbose=True)
common/utils/manopth/manopth/argutils.py:16
Function
save_obj
(v, f, file_name='output.obj')
common/utils/vis.py:147
Function
test_generate_random_hand
()
common/utils/manopth/test/test_demo.py:6
Function
th_get_axis_angle
(vector)
common/utils/manopth/manopth/rodrigues_layer.py:57
Function
th_get_axis_angle
(vector)
common/utils/smplpytorch/smplpytorch/pytorch/rodrigues_layer.py:55
Function
th_pack
(tensor)
common/utils/manopth/manopth/tensutils.py:25
Function
verts_core
(pose, v, J, weights, kintree_table, want_Jtr=False, xp=chumpy)
common/utils/manopth/mano/webuser/lbs.py:68
Function
verts_decorated
(trans, pose, v_template, J_regressor,
common/utils/manopth/mano/webuser/verts.py:33
Function
vis_3d_skeleton
(kpt_3d, kpt_3d_vis, kps_lines, filename=None)
common/utils/vis.py:110
Function
vis_keypoints
(img, kps, alpha=1)
common/utils/vis.py:74
Function
vis_keypoints_with_skeleton
(img, kps, kps_lines, kp_thresh=0.4, alpha=1)
common/utils/vis.py:42
Function
vis_mesh
(img, mesh_vertex, alpha=0.5)
common/utils/vis.py:92
Method
warning
(self, msg)
common/logger.py:42
← previous
101–198 of 198, ranked by callers