MCPcopy Create free account

hub / github.com/Tencent/DVQA / functions

Functions27 in github.com/Tencent/DVQA

↓ 5 callersMethod__init__
(self)
model/network.py:162
↓ 3 callersMethodload_yuv
r""" Load frames on-demand from raw video, currently supports only yuv420p args: file_path (str): path to yuv file
dataset/dataset.py:129
↓ 3 callersFunctionparse_opts
()
opts.py:3
↓ 2 callersMethodload_encode
r""" Load frames on-demand from encode bitstream args: file_path (str): path to yuv file frame_height
dataset/dataset.py:166
↓ 1 callersFunctiondecode_bitstreams
(src_dir, dst_dir, rule=None)
tool/decode_stream.py:6
↓ 1 callersFunctionmake_score_file
()
dataset/CSIQ/prep_csiq_score.py:8
↓ 1 callersFunctionmake_score_file
()
dataset/NFLX/prep_NFLX_score.py:8
↓ 1 callersFunctionmake_score_file
()
dataset/LIVE/prep_live_score.py:7
↓ 1 callersFunctionmos_scatter
(mos, pred)
tool/draw.py:6
↓ 1 callersFunctiontest_model
(model, device, criterion, dataloaders)
eval.py:13
↓ 1 callersFunctiontrain_model
(model, device, criterion, optimizer, scheduler, dataloaders, save_checkpoint, epoch_resume=1, num_epochs=25)
train.py:18
Method__call__
(self, clip)
dataset/dataset.py:31
Method__call__
(self, x, y)
model/network.py:15
Method__getitem__
(self, index)
dataset/dataset.py:79
Method__init__
(self, size_x, size_y, stride_x, stride_y)
dataset/dataset.py:24
Method__init__
(self, subj_score_file, directory, mode='train', channel=1, size_x=112, size_y=112, stride_x=80, stride_y=80,
dataset/dataset.py:60
Method__init__
(self, eps=1.0)
model/network.py:8
Method__init__
(self, in_channels, out_channels, kernel_size=(1, 5, 5), stride=(1, 2, 2), padding=(0, 2, 2), dilation=1, grou
model/network.py:37
Method__init__
(self, in_channels, out_channels, kernel_size=(1, 5, 5), stride=(1, 2, 2), padding=(0, 2, 2), dilation=1, grou
model/network.py:71
Method__init__
(self, in_channels, out_channels, kernel_size=(1, 3, 3), stride=(1, 2, 2), padding=(0, 1, 1))
model/network.py:104
Method__init__
(self, in_channels, out_channels, kernel_size=3, stride=1, padding=1)
model/network.py:134
Method__len__
(self)
dataset/dataset.py:192
Methodforward
(self, x)
model/network.py:51
Methodforward
(self, x)
model/network.py:85
Methodforward
(self, x)
model/network.py:112
Methodforward
(self, x)
model/network.py:146
Methodforward
(self, ref, dis)
model/network.py:182