Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/binbinjiang/CVT-SLR
/ types & classes
Types & classes
38 in github.com/binbinjiang/CVT-SLR
⨍
Functions
220
◇
Types & classes
38
↓ 2 callers
Class
NormLinear
cvtslr_model.py:18
↓ 1 callers
Class
BaseFeeder
dataset/dataloader_video_14T.py:19
↓ 1 callers
Class
BaseFeeder
dataset/dataloader_video_14.py:19
↓ 1 callers
Class
BiLSTMLayer
modules/BiLSTM.py:7
↓ 1 callers
Class
Identity
cvtslr_model.py:11
↓ 1 callers
Class
MultiHeadedAttention
gloss_encoder.py:7
↓ 1 callers
Class
PositionalEmbedding
gloss_encoder.py:82
↓ 1 callers
Class
PositionwiseFeedForward
gloss_encoder.py:103
↓ 1 callers
Class
Processor
run_demo.py:19
↓ 1 callers
Class
SelfAttentionAdapter
gloss_encoder.py:160
↓ 1 callers
Class
TemporalConv
modules/tconv.py:9
↓ 1 callers
Class
TransformerEncoderLayer
gloss_encoder.py:126
Class
CTCBeamDecoder
PyTorch wrapper for DeepSpeech PaddlePaddle Beam Search Decoder. Args: labels (list): The tokens/vocab used to train your model.
ctcdecode/ctcdecode/__init__.py:6
Class
CVTSLRModel
cvtslr_model.py:29
Class
CenterCrop
utils/video_augmentation.py:143
Class
Compose
utils/video_augmentation.py:10
Class
Decode
utils/decode.py:10
Class
DecoderState
Class using for maintain different chunks of data in one beam algorithm corresponding to one unique source. Note: after using State you shoul
ctcdecode/ctcdecode/__init__.py:253
Class
DecoderState
ctcdecode/ctcdecode/src/ctc_beam_search_decoder.h:73
Class
Encoder
Base encoder class
gloss_encoder.py:146
Class
GpuDataParallel
utils/device.py:6
Class
OnlineCTCBeamDecoder
PyTorch wrapper for DeepSpeech PaddlePaddle Beam Search Decoder with interface for online decoding. Args: labels (list): The tokens/v
ctcdecode/ctcdecode/__init__.py:143
Class
Optimizer
utils/optimizer.py:6
Class
Output
Struct for the beam search output, containing the tokens based on the vocabulary indices, and the timesteps * for each token in the beam search outpu
ctcdecode/ctcdecode/src/output.h:7
Class
PathTrie
Trie tree for prefix storing and manipulating, with a dictionary in * finite-state transducer for spelling correction. */
ctcdecode/ctcdecode/src/path_trie.h:15
Class
RandomCrop
Extract random crop of the video. Args: size (sequence or int): Desired output size for the crop in format (h, w). crop_posit
utils/video_augmentation.py:92
Class
RandomHorizontalFlip
utils/video_augmentation.py:163
Class
RandomResize
Resize video bysoomingin and out. Args: rate (float): Video is scaled uniformly between [1 - rate, 1 + rate]. interp
utils/video_augmentation.py:240
Class
RandomRotation
Rotate entire clip randomly by a random angle within given bounds Args: degrees (sequence or int): Range of degrees to select from
utils/video_augmentation.py:176
Class
RandomState
utils/random_state.py:6
Class
Recorder
utils/record.py:3
Class
Resize
Resize video bysoomingin and out. Args: rate (float): Video is scaled uniformly between [1 - rate, 1 + rate]. interp
utils/video_augmentation.py:286
Class
RetriveStrEnumerateVocab
Implement a callback to retrive the dictionary of language model.
ctcdecode/ctcdecode/src/scorer.h:22
Class
Scorer
External scorer to query score for n-gram or sentence, including language * model scoring and word insertion. * * Example: * Scorer scorer(alp
ctcdecode/ctcdecode/src/scorer.h:41
Class
TemporalRescale
utils/video_augmentation.py:217
Class
TestDecoders
ctcdecode/tests/test_decode.py:11
Class
ToTensor
utils/video_augmentation.py:82
Class
WERAugment
utils/video_augmentation.py:23