Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UVA-Computer-Vision-Lab/OmniShotCut
/ types & classes
Types & classes
16 in github.com/UVA-Computer-Vision-Lab/OmniShotCut
⨍
Functions
95
◇
Types & classes
16
↓ 3 callers
Class
NestedTensor
omnishotcut/util/misc.py:31
↓ 3 callers
Class
Video_Augmentation_Transform
Clip-wise (video-constant) augmentation. All randomness sampled ONCE per call, applied identically to every frame.
omnishotcut/datasets/transforms.py:36
↓ 2 callers
Class
OmniShotCut
This is the OmniShotCut module that performs object detection
omnishotcut/architecture/model.py:36
↓ 1 callers
Class
Backbone
ResNet backbone with frozen BatchNorm.
omnishotcut/architecture/backbone.py:87
↓ 1 callers
Class
CutAnything_Dataloader
omnishotcut/datasets/dataloader.py:68
↓ 1 callers
Class
Joiner
omnishotcut/architecture/backbone.py:100
↓ 1 callers
Class
OmniShotCutModel
omnishotcut/__init__.py:21
↓ 1 callers
Class
PositionEmbeddingSine
This is a more standard version of the position embedding, very similar to the one used by the Attention is all you need paper, generalized t
omnishotcut/architecture/position_encoding.py:12
↓ 1 callers
Class
Transformer
omnishotcut/architecture/transformer.py:35
↓ 1 callers
Class
TransformerDecoder
omnishotcut/architecture/transformer.py:110
↓ 1 callers
Class
TransformerDecoderLayer
omnishotcut/architecture/transformer.py:213
↓ 1 callers
Class
TransformerEncoder
omnishotcut/architecture/transformer.py:85
↓ 1 callers
Class
TransformerEncoderLayer
omnishotcut/architecture/transformer.py:153
Class
BackboneBase
omnishotcut/architecture/backbone.py:58
Class
FrozenBatchNorm2d
BatchNorm2d where the batch statistics and the affine parameters are fixed. Copy-paste from torchvision.misc.ops with added eps before rqsrt
omnishotcut/architecture/backbone.py:19
Class
MLP
Very simple multi-layer perceptron (also called FFN)
omnishotcut/architecture/model.py:19