Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XJTU-CVLAB-LOWLEVEL/RNN-MBP
/ functions
Functions
234 in github.com/XJTU-CVLAB-LOWLEVEL/RNN-MBP
⨍
Functions
234
◇
Types & classes
71
↓ 24 callers
Method
update
(self, val, n=1)
train/utils.py:23
↓ 16 callers
Function
normalize
(x, centralize=False, normalize=False, val_range=255.0)
data/utils.py:118
↓ 8 callers
Method
__init__
(self, in_chs, growth_rate, num_layer, num_blocks, activation='relu')
model/arches.py:174
↓ 8 callers
Method
register
(self, name, epoch, value)
utils/logger.py:52
↓ 7 callers
Method
__init__
(self, n_feat, kernel_size, reduction, bias, act)
model/RNN-MBP.py:31
↓ 7 callers
Method
__init__
(self, para)
train/loss.py:158
↓ 5 callers
Function
cupy_kernel
(strFunction, objectVariables)
model/correlation.py:241
↓ 5 callers
Function
cupy_launch
(strFunction, strKernel)
model/correlation.py:283
↓ 5 callers
Function
loss_parse
parse loss parameters
train/loss.py:239
↓ 5 callers
Function
normalize_reverse
(x, centralize=False, normalize=False, val_range=255.0)
data/utils.py:127
↓ 4 callers
Method
__init__
(self, device='cuda')
model/flow_pwc.py:134
↓ 4 callers
Method
backward
(self, gradOutput)
model/correlation.py:348
↓ 4 callers
Function
conv
(in_channels, out_channels, kernel_size, bias=False, stride = 1)
model/arches.py:27
↓ 4 callers
Function
conv3x3
(in_channels, out_channels, stride=1)
model/arches.py:12
↓ 4 callers
Method
get_lr
(self)
train/optimizer.py:31
↓ 4 callers
Function
reduce_tensor
reduce tensor from multiple gpus
train/utils.py:31
↓ 4 callers
Method
report
(self, items, state, epoch)
utils/logger.py:65
↓ 4 callers
Method
step
(self)
train/optimizer.py:34
↓ 3 callers
Method
__init__
(self, gate_channels, reduction_ratio=16, pool_types=['avg', 'max'], no_spatial=False)
model/attention.py:95
↓ 3 callers
Function
actFunc
(act, *args, **kwargs)
model/arches.py:67
↓ 3 callers
Function
img2video
generate video
train/utils.py:48
↓ 3 callers
Function
psnr_calculate
(x, y, val_range=255.0)
train/metrics.py:27
↓ 3 callers
Method
save
(self, state, epoch, filename='checkpoint.pth.tar')
utils/logger.py:84
↓ 3 callers
Function
ssim_calculate
(img1, img2, sd=1.5, C1=0.01**2, C2=0.03**2)
train/metrics.py:44
↓ 3 callers
Method
zero_grad
(self)
train/optimizer.py:37
↓ 2 callers
Method
__init__
(self, num_feat=64, num_block=30, spynet_path=None)
model/basicvsr.py:22
↓ 2 callers
Method
_forward_single
(self, x, y, valid_flag=False)
train/loss.py:268
↓ 2 callers
Method
_quantize
(self, img)
train/metrics.py:92
↓ 2 callers
Function
conv1x1
(in_channels, out_channels, stride=1)
model/arches.py:8
↓ 2 callers
Method
forward
(self, x, y, valid_flag=False)
train/loss.py:167
↓ 2 callers
Function
get_confirm_token
(response)
data/download_reds.py:6
↓ 2 callers
Method
lr_schedule
(self)
train/optimizer.py:40
↓ 2 callers
Method
run
(self)
train/trainer.py:18
↓ 2 callers
Function
save_response_content
(response, destination)
data/download_reds.py:13
↓ 2 callers
Method
warp
warp an image/tensor (im2) back to im1, according to the optical flow x: [B, C, H, W] (im2) flo: [B, 2, H, W] flow
model/flow_pwc.py:56
↓ 1 callers
Function
Backward
(tensorInput, tensorFlow, device='cuda')
model/flow_pwc.py:102
↓ 1 callers
Function
_augment
(img)
model/utils.py:102
↓ 1 callers
Method
_forward_list
(self, x, y, valid_flag=False)
train/loss.py:289
↓ 1 callers
Method
_generate_samples
(self, dataset_path, data_format)
data/BSD.py:38
↓ 1 callers
Method
_generate_samples
(self, dataset_path)
data/reds.py:37
↓ 1 callers
Method
_generate_samples
(self, dataset_path)
data/gopro.py:37
↓ 1 callers
Method
_load_sample
(self, sample_dict, sample)
data/BSD.py:73
↓ 1 callers
Method
_load_sample
(self, sample_dict, sample)
data/reds.py:72
↓ 1 callers
Method
_load_sample
(self, sample_dict, sample)
data/gopro.py:74
↓ 1 callers
Function
_main
(path, ds_path)
train/test_isp.py:22
↓ 1 callers
Function
_np2Tensor
(img)
model/utils.py:86
↓ 1 callers
Function
_postprocess
(img, rgb_coefficient, ycbcr_flag, device)
model/utils.py:116
↓ 1 callers
Function
_test_lmdb
(para, logger, model, ds_type)
train/test.py:142
↓ 1 callers
Function
_test_torch
(para, logger, model, ds_type)
train/test.py:45
↓ 1 callers
Method
check_dir
(self, file_path)
utils/logger.py:28
↓ 1 callers
Method
comp_flow
Compute optical flow using SPyNet for feature warping. Args: lrs (tensor): LR frames, the shape is (n, t, c, h, w) Retur
model/basicvsr.py:51
↓ 1 callers
Method
contentFunc
(self)
train/loss.py:116
↓ 1 callers
Function
conv5x5
(in_channels, out_channels, stride=1)
model/arches.py:16
↓ 1 callers
Function
count_param
(model)
train/dp.py:21
↓ 1 callers
Function
dist_train
(train_loader, model, criterion, metrics, opt, epoch, para, logger)
train/ddp.py:125
↓ 1 callers
Function
dist_valid
(valid_loader, model, criterion, metrics, epoch, para, logger)
train/ddp.py:209
↓ 1 callers
Function
download_file_from_server
(server, subset, destination)
data/download_reds.py:34
↓ 1 callers
Method
estimate_flow
(self, tensorFirst, tensorSecond)
model/flow_pwc.py:33
↓ 1 callers
Method
extract_args
(self)
para/parameter.py:8
↓ 1 callers
Method
get_img
(self, seq_idx, frame_idx, sample)
data/reds_lmdb.py:69
↓ 1 callers
Method
get_img
(self, seq_idx, frame_idx, sample)
data/gopro_ds_lmdb.py:74
↓ 1 callers
Method
get_img
(self, seq_idx, frame_idx, sample)
data/rbvd_lmdb.py:74
↓ 1 callers
Method
get_img
(self, seq_idx, frame_idx, sample)
data/DeepVideoDeblurring_lmdb.py:74
↓ 1 callers
Method
is_best
(self, epoch)
utils/logger.py:80
↓ 1 callers
Function
logsumexp_2d
(tensor)
model/attention.py:68
↓ 1 callers
Function
process
data parallel training
train/dp.py:29
↓ 1 callers
Method
profile
(self)
model/model.py:18
↓ 1 callers
Function
raw2rgb
(img_raw)
train/test_isp.py:11
↓ 1 callers
Method
record_para
(self)
utils/logger.py:23
↓ 1 callers
Method
reset
(self)
train/utils.py:17
↓ 1 callers
Function
test
test code
train/test.py:18
↓ 1 callers
Function
train
(train_loader, model, criterion, metrics, opt, epoch, para, logger)
train/dp.py:117
↓ 1 callers
Function
valid
(valid_loader, model, criterion, metrics, epoch, para, logger)
train/dp.py:194
Function
FunctionCorrelation
(tensorFirst, tensorSecond)
model/correlation.py:410
Function
L1
L1 loss
train/loss.py:16
Function
MSE
L2 loss
train/loss.py:9
Function
Perceptual
(para)
train/loss.py:111
Method
__call__
(self, *args, verbose=True, prefix='', timestamp=True)
utils/logger.py:32
Method
__call__
(self, sample)
data/utils.py:19
Method
__call__
(self, sample)
data/utils.py:44
Method
__call__
(self, sample)
data/utils.py:66
Method
__call__
(self, sample)
data/utils.py:84
Method
__call__
(self, sample)
data/utils.py:94
Method
__call__
(self, sample)
data/utils.py:106
Method
__call__
(self, fakeIm, realIm)
train/loss.py:132
Method
__del__
(self)
utils/logger.py:48
Method
__getitem__
(self, idx)
data/reds_lmdb.py:37
Method
__getitem__
(self, item)
data/BSD.py:58
Method
__getitem__
(self, idx)
data/gopro_ds_lmdb.py:42
Method
__getitem__
(self, item)
data/reds.py:57
Method
__getitem__
(self, idx)
data/rbvd_lmdb.py:42
Method
__getitem__
(self, item)
data/gopro.py:59
Method
__getitem__
(self, idx)
data/DeepVideoDeblurring_lmdb.py:42
Method
__init__
(self, para)
utils/logger.py:10
Method
__init__
(self, in_feat, out_feat=64, num_block=30)
model/basicvsr.py:128
Method
__init__
(self, in_feat, out_feat, scale_factor)
model/basicvsr.py:144
Method
__init__
(self, in_channels, s_factor)
model/arches.py:34
Method
__init__
(self, in_channels, s_factor)
model/arches.py:45
Method
__init__
(self, in_channels, s_factor)
model/arches.py:56
Method
__init__
(self, in_chs, activation='relu', batch_norm=False)
model/arches.py:114
next →
1–100 of 234, ranked by callers