Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/DVQA
/ types & classes
Types & classes
8 in github.com/Tencent/DVQA
⨍
Functions
27
◇
Types & classes
8
↓ 3 callers
Class
C3DVQANet
model/network.py:160
↓ 3 callers
Class
VideoDataset
r""" A Dataset for a folder of videos args: subj_score_file (str): path to the subjective score file. It contains train/test spli
dataset/dataset.py:45
↓ 2 callers
Class
SpatialConv3D
r""" Apply 3D conv. over an input signal composed of several input planes with distinct spatial and time axes, by performing 3D convolution over
model/network.py:92
↓ 1 callers
Class
CropSegment
r""" Crop a clip along the spatial axes, i.e. h, w DO NOT crop along the temporal axis args: size_x: horizontal dimension of
dataset/dataset.py:10
↓ 1 callers
Class
DownsampleConv3D
r""" Downsample by 2 over an input signal composed of several input planes with distinct spatial and time axes, by performing 3D convolution over
model/network.py:24
↓ 1 callers
Class
ResidualFrame
model/network.py:6
↓ 1 callers
Class
SpatialTemporalConv3D
r""" Apply 3D conv. over an input signal composed of several input planes with distinct spatial and time axes, by performing 3D convolution over
model/network.py:122
↓ 1 callers
Class
UpsampleConv3D
r""" Upsample by 2 over an input signal composed of several input planes with distinct spatial and time axes, by performing 3D convolution over t
model/network.py:58