MCPcopy Create free account

hub / github.com/GestureGeneration/Speech_driven_gesture_generation_with_autoencoder / functions

Functions119 in github.com/GestureGeneration/Speech_driven_gesture_generation_with_autoencoder

Functionconvert_back_to_3d_coords
Convert back from the normalized values between -1 and 1 to original 3d coordinates and unroll them into the sequence Args: sequ
motion_repr_learning/ae/utils/utils.py:108
Functioncreate_bvh
Create BVH File Args: filename: file, in which motion in bvh format should be written prediction: motion sequences, to be
data_processing/tools.py:26
Functiondecode
Decoding a representation from AE (AutoEncoder) Args: nn: trained AutoEncoder represent_vec: input sequence
motion_repr_learning/ae/train.py:352
Functionencode
Obtaining a representation from AE (AutoEncoder) Args: nn: trained AutoEncoder input_seq: input sequence to be
motion_repr_learning/ae/train.py:276
Methodepochs_completed
(self)
motion_repr_learning/ae/utils/data.py:40
Functionget_energy_level
Calculate energy signal of an audio object Args: sound: AudioSegment object with the audio signal win_len: length of the window
data_processing/tools.py:114
Functionlearning
Training of the network Args: data: dataset to train on data_info : meta information about this dataset (such as v
motion_repr_learning/ae/train.py:46
Functionnatural_sort_key
(s, _nsre=re.compile('([0-9]+)'))
evaluation/hellinger.py:59
Functionnatural_sort_key
(s, _nsre=re.compile('([0-9]+)'))
evaluation/hellinger_one2one.py:87
Methodnext_batch
Return the next batch of sequences from this data set.
motion_repr_learning/ae/utils/data.py:43
Methodnum_sequences
(self)
motion_repr_learning/ae/utils/utils.py:35
Methodnum_sequences
(self)
motion_repr_learning/ae/utils/data.py:36
Functionread_3_datasets_from_binary
Reads train and test datasets and their properties from binary file format Will take them from the corresponding file in the folder, whi
motion_repr_learning/ae/utils/data.py:265
Functionread_test_seq_from_binary
Read test sequence from the binart file Args: binary_file_name: the name of the input binary file Returns:
motion_repr_learning/ae/utils/utils.py:44
Functionread_test_seq_from_binary
Read test sequence from the binart file Args: binary_file_name: the name of the input binary file Returns:
motion_repr_learning/ae/utils/data.py:339
Methodsequences
(self)
motion_repr_learning/ae/utils/utils.py:31
Methodsequences
(self)
motion_repr_learning/ae/utils/data.py:32
Methodsession
Interface for the session
motion_repr_learning/ae/DAE.py:131
Methodshape
Interface for the shape
motion_repr_learning/ae/DAE.py:136
← previous101–119 of 119, ranked by callers