Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiff22/DPED
/ functions
Functions
27 in github.com/aiff22/DPED
⨍
Functions
27
◇
Types & classes
0
↓ 12 callers
Function
bias_variable
(shape, name)
models.py:91
↓ 12 callers
Function
conv2d
(x, W)
models.py:97
↓ 12 callers
Function
weight_variable
(shape, name)
models.py:85
↓ 9 callers
Function
_instance_norm
(net)
models.py:120
↓ 5 callers
Function
_conv_layer
(net, num_filters, filter_size, strides, batch_nn=True)
models.py:105
↓ 2 callers
Function
leaky_relu
(x, alpha = 0.2)
models.py:101
↓ 2 callers
Function
load_batch
(phone, dped_dir, TRAIN_SIZE, IMAGE_SIZE)
load_dataset.py:34
↓ 1 callers
Function
MultiScaleSSIM
(img1, img2, max_val=255, filter_size=11, filter_sigma=1.5, k1=0.01, k2=0.03, weights=None)
ssim.py:66
↓ 1 callers
Function
_FSpecialGauss
(size, sigma)
ssim.py:7
↓ 1 callers
Function
_SSIMForMultiScale
(img1, img2, max_val=255, filter_size=11, filter_sigma=1.5, k1=0.01, k2=0.03)
ssim.py:23
↓ 1 callers
Function
_conv_init_vars
(net, out_channels, filter_size, transpose=False)
models.py:135
↓ 1 callers
Function
_conv_layer
(input, weights, bias)
vgg.py:44
↓ 1 callers
Function
_pool_layer
(input)
vgg.py:48
↓ 1 callers
Function
gauss_kernel
(kernlen=21, nsig=3, channels=1)
utils.py:20
↓ 1 callers
Function
load_test_data
(phone, dped_dir, IMAGE_SIZE)
load_dataset.py:7
↓ 1 callers
Function
resnet
(input_image)
models.py:4
Function
_tensor_size
(tensor)
utils.py:15
Function
adversarial
(image_)
models.py:59
Function
blur
(x)
utils.py:32
Function
extract_crop
(image, resolution, phone, res_sizes)
utils.py:202
Function
get_resolutions
()
utils.py:168
Function
get_specified_res
(res_sizes, phone, resolution)
utils.py:188
Function
log10
(x)
utils.py:9
Function
net
(path_to_vgg_net, input_image)
vgg.py:7
Function
preprocess
(image)
vgg.py:51
Function
process_command_args
(arguments)
utils.py:37
Function
process_test_model_args
(arguments)
utils.py:131