Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahmetgunduz/Real-time-GesRec
/ types & classes
Types & classes
54 in github.com/ahmetgunduz/Real-time-GesRec
⨍
Functions
324
◇
Types & classes
54
↓ 25 callers
Class
AverageMeter
Computes and stores the average and current value
utils.py:9
↓ 21 callers
Class
Normalize
Normalize an tensor image with mean and standard deviation. Given mean: (R, G, B) and std: (R, G, B), will normalize each channel of the torch
spatial_transforms.py:95
↓ 16 callers
Class
Fire
models/squeezenet.py:17
↓ 9 callers
Class
Compose
target_transforms.py:5
↓ 9 callers
Class
ToTensor
Convert a ``PIL.Image`` or ``numpy.ndarray`` to tensor. Converts a PIL.Image or numpy.ndarray (H x W x C) in the range [0, 255] to a torch.Flo
spatial_transforms.py:40
↓ 8 callers
Class
Scale
Rescale the input PIL.Image to the given size. Args: size (sequence or int): Desired output size. If size is a sequence like (
spatial_transforms.py:126
↓ 7 callers
Class
CenterCrop
Crops the given PIL.Image at the center. Args: size (sequence or int): Desired output size of the crop. If size is an int inst
spatial_transforms.py:171
↓ 7 callers
Class
ClassLabel
target_transforms.py:17
↓ 7 callers
Class
ResNet
models/resnet.py:109
↓ 6 callers
Class
Logger
utils.py:28
↓ 6 callers
Class
Queue
utils.py:51
↓ 4 callers
Class
TemporalCenterCrop
Temporally crop the given frame indices at a center. If the number of frames is less than the size, loop the indices as many times as necessa
temporal_transforms.py:56
↓ 4 callers
Class
TemporalRandomCrop
Temporally crop the given frame indices at a random location. If the number of frames is less than the size, loop the indices as many times a
temporal_transforms.py:96
↓ 3 callers
Class
EgoGesture
Args: root (string): Root directory path. spatial_transform (callable, optional): A function/transform that takes in an PIL imag
datasets/egogesture.py:176
↓ 3 callers
Class
Jester
Args: root (string): Root directory path. spatial_transform (callable, optional): A function/transform that takes in an PIL imag
datasets/jester.py:143
↓ 3 callers
Class
Kinetics
Args: root (string): Root directory path. spatial_transform (callable, optional): A function/transform that takes in an PIL imag
datasets/kinetics.py:163
↓ 3 callers
Class
NV
Args: root (string): Root directory path. spatial_transform (callable, optional): A function/transform that takes in an PIL imag
datasets/nv.py:177
↓ 3 callers
Class
ResNeXt
models/resnext.py:83
↓ 3 callers
Class
UCF101
Args: root (string): Root directory path. spatial_transform (callable, optional): A function/transform that takes in an PIL imag
datasets/ucf101.py:139
↓ 2 callers
Class
MultiScaleCornerCrop
Crop the given PIL.Image to randomly selected size. A crop of size is selected from scales of the original size. A position of cropping is ran
spatial_transforms.py:273
↓ 2 callers
Class
SqueezeNet
models/squeezenet.py:54
↓ 1 callers
Class
Block
Depthwise conv + Pointwise conv
models/mobilenet.py:19
↓ 1 callers
Class
Bottleneck
models/shufflenet.py:34
↓ 1 callers
Class
C3D
models/c3d.py:19
↓ 1 callers
Class
CornerCrop
spatial_transforms.py:202
↓ 1 callers
Class
EgoGestureOnline
Args: root (string): Root directory path. spatial_transform (callable, optional): A function/transform that takes in an PIL imag
datasets/egogesture_online.py:176
↓ 1 callers
Class
InvertedResidual
models/shufflenetv2.py:42
↓ 1 callers
Class
KINETICSclassification
utils/eval_kinetics.py:6
↓ 1 callers
Class
MobileNet
models/mobilenet.py:34
↓ 1 callers
Class
MobileNetV2
models/mobilenetv2.py:70
↓ 1 callers
Class
MultiScaleRandomCrop
spatial_transforms.py:342
↓ 1 callers
Class
NVOnline
Args: root (string): Root directory path. spatial_transform (callable, optional): A function/transform that takes in an PIL imag
datasets/nv_online.py:172
↓ 1 callers
Class
ResNetL
models/resnetl.py:108
↓ 1 callers
Class
ShuffleNet
models/shufflenet.py:69
↓ 1 callers
Class
ShuffleNetV2
models/shufflenetv2.py:106
↓ 1 callers
Class
VideoID
target_transforms.py:23
Class
BasicBlock
models/resnetl.py:37
Class
BasicBlock
models/resnet.py:38
Class
Bottleneck
models/resnetl.py:69
Class
Bottleneck
models/resnet.py:70
Class
Compose
Composes several transforms together. Args: transforms (list of ``Transform`` objects): list of transforms to compose. Example:
spatial_transforms.py:16
Class
Dropout
spatial_transforms.py:516
Class
Gaussian_blur
spatial_transforms.py:471
Class
InvertedResidual
models/mobilenetv2.py:30
Class
LoopPadding
temporal_transforms.py:5
Class
MultiplyValues
spatial_transforms.py:544
Class
RandomHorizontalFlip
Horizontally flip the given PIL.Image randomly with a probability of 0.5.
spatial_transforms.py:255
Class
RandomResize
spatial_transforms.py:454
Class
RandomRotate
spatial_transforms.py:439
Class
ResNeXtBottleneck
models/resnext.py:35
Class
SaltImage
spatial_transforms.py:488
Class
SpatialElasticDisplacement
spatial_transforms.py:378
Class
TemporalBeginCrop
Temporally crop the given frame indices at a beginning. If the number of frames is less than the size, loop the indices as many times as nece
temporal_transforms.py:26
Class
UCFclassification
utils/eval_ucf101.py:6