MCPcopy Create free account

hub / github.com/ZhouYuxuanYX/BlockGCN / functions

Functions149 in github.com/ZhouYuxuanYX/BlockGCN

Functiondenoising_by_motion
Filter out the bodyID which motion is out of the range of predefined interval
data/ntu120/get_raw_denoised_data.py:149
Functiondownsample
(data_numpy, step, random_sample=True)
feeders/tools.py:39
Methodforward
(self, x, target)
main.py:494
Methodforward
(self, x)
model/BlockGCN.py:71
Methodforward
(self, x)
model/BlockGCN.py:88
Methodforward
(self, x)
model/BlockGCN.py:157
Methodforward
(self, x)
model/BlockGCN.py:245
Methodforward
(self, x)
model/BlockGCN.py:295
Methodforward
(self, x)
model/BlockGCN.py:311
Methodforward
(self, x)
model/BlockGCN.py:334
Methodforward
(self, x, y, joint)
model/BlockGCN.py:396
Functionframe_translation
(skes_joints, skes_name, frames_cnt)
data/ntu/seq_transformation.py:79
Functionframe_translation
(skes_joints, skes_name, frames_cnt)
data/ntu120/seq_transformation.py:79
Functionget_k_scale_graph
(scale, A)
graph/tools.py:16
Functionget_mmd_loss
(z, z_prior, y, num_cls)
main.py:82
Functionget_multiscale_spatial_graph
(num_node, self_link, inward, outward)
graph/tools.py:63
Functionget_sgp_mat
(num_in, num_out, link)
graph/tools.py:3
Functionget_spatial_graph
(num_node, self_link, inward, outward)
graph/tools.py:38
Functionget_uniform_graph
(num_node, self_link, neighbor)
graph/tools.py:78
Functionimport_class
(name)
feeders/feeder_ucla.py:157
Functionimport_class
(name)
feeders/feeder_ntu.py:122
Methodinit_timer
(self, *name)
torchlight/torchlight/util.py:130
Methodload_model
(self, model, **model_args)
torchlight/torchlight/util.py:42
Methodload_weights
(self, model, weights_path, ignore_weights=None, fix_weights=False)
torchlight/torchlight/util.py:48
Functionmean_subtractor
(data_numpy, mean)
feeders/tools.py:52
Functionngpu
count how many gpus used.
torchlight/torchlight/gpu.py:18
Functionnormalize_adjacency_matrix
(A)
graph/tools.py:45
Functionoccupy_gpu
make program appear on nvidia-smi.
torchlight/torchlight/gpu.py:26
Functionopenpose_match
(data_numpy)
feeders/tools.py:193
Methodprint_time
(self)
main.py:433
Methodprint_timer
(self)
torchlight/torchlight/util.py:146
Functionrandom_choose
(data_numpy, size, auto_pad=True)
feeders/tools.py:76
Functionrandom_move
(data_numpy, angle_candidate=[-10., -5., 0., 5., 10.], scale_candidate=[0.9, 1
feeders/tools.py:90
Functionrandom_rot
data_numpy: C,T,V,M
feeders/tools.py:178
Functionrandom_shift
(data_numpy)
feeders/tools.py:137
Methodsave_arg
(self, arg)
torchlight/torchlight/util.py:107
Methodsave_h5
(self, result, filename, append=False)
torchlight/torchlight/util.py:93
Methodsave_model
(self, model, name)
torchlight/torchlight/util.py:98
Methodsave_pkl
(self, result, filename)
torchlight/torchlight/util.py:89
Functionsplit_train_val
Get validation set by splitting data randomly from training set with two methods. In fact, I thought these two methods are equal as they got
data/ntu/seq_transformation.py:139
Functionsplit_train_val
Get validation set by splitting data randomly from training set with two methods. In fact, I thought these two methods are equal as they got
data/ntu120/seq_transformation.py:139
Functionstr2bool
(v)
main.py:73
Functionstr2bool
(v)
torchlight/torchlight/util.py:156
Functionstr2dict
(v)
torchlight/torchlight/util.py:165
Functiontemporal_slice
(data_numpy, step)
feeders/tools.py:45
Methodtop_k
(self, score, top_k)
feeders/feeder_ucla.py:150
Functionvalid_crop_resize
(data_numpy,valid_frame_num,p_interval,window)
feeders/tools.py:9
Functionvisible_gpu
set visible gpu. can be a single id, or a list return a list of new gpus ids
torchlight/torchlight/gpu.py:5
Functionweights_init
(m)
model/BlockGCN.py:43
← previous101–149 of 149, ranked by callers