Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement
/ functions
Functions
147 in github.com/Janspiry/Image-Super-Resolution-via-Iterative-Refinement
⨍
Functions
147
◇
Types & classes
27
Method
forward
(self, noise_level)
model/sr3_modules/unet.py:23
Method
forward
(self, x, noise_embed)
model/sr3_modules/unet.py:42
Method
forward
(self, x)
model/sr3_modules/unet.py:54
Method
forward
(self, x)
model/sr3_modules/unet.py:64
Method
forward
(self, x)
model/sr3_modules/unet.py:73
Method
forward
(self, x)
model/sr3_modules/unet.py:90
Method
forward
(self, x, time_emb)
model/sr3_modules/unet.py:105
Method
forward
(self, input)
model/sr3_modules/unet.py:123
Method
forward
(self, x, time_emb)
model/sr3_modules/unet.py:154
Method
forward
(self, x, time)
model/sr3_modules/unet.py:235
Method
forward
(self, x, *args, **kwargs)
model/sr3_modules/diffusion.py:248
Method
forward
(self, input)
model/ddpm_modules/unet.py:29
Method
forward
(self, x)
model/ddpm_modules/unet.py:38
Method
forward
(self, x)
model/ddpm_modules/unet.py:48
Method
forward
(self, x)
model/ddpm_modules/unet.py:57
Method
forward
(self, x)
model/ddpm_modules/unet.py:74
Method
forward
(self, x, time_emb)
model/ddpm_modules/unet.py:91
Method
forward
(self, input)
model/ddpm_modules/unet.py:109
Method
forward
(self, x, time_emb)
model/ddpm_modules/unet.py:140
Method
forward
(self, x, time)
model/ddpm_modules/unet.py:220
Method
forward
(self, x, *args, **kwargs)
model/ddpm_modules/diffusion.py:296
Method
get_current_losses
(self)
model/base_model.py:23
Method
get_current_visuals
(self)
model/base_model.py:20
Function
get_paths_from_images
(path)
data/util.py:15
Method
interpolate
(self, x1, x2, t=None, lam=0.5)
model/ddpm_modules/diffusion.py:243
Method
optimize_parameters
(self)
model/base_model.py:17
Function
parse
(args)
core/logger.py:21
Function
prepare_process_worker
(wctx, file_subset)
data/prepare_data.py:70
Method
print_network
(self)
model/base_model.py:26
Method
q_mean_variance
(self, x_start, t)
model/ddpm_modules/diffusion.py:151
Function
resize_worker
(img_file, sizes, resample, lmdb_save=False)
data/prepare_data.py:42
Method
sample
(self, batch_size=1, continous=False)
model/sr3_modules/diffusion.py:203
Method
sample
(self, batch_size=1, continous=False)
model/ddpm_modules/diffusion.py:233
Function
save_img
(img, img_path, mode='RGB')
core/metrics.py:37
Method
set_loss
(self, device)
model/sr3_modules/diffusion.py:84
Method
set_loss
(self, device)
model/ddpm_modules/diffusion.py:98
Method
set_new_noise_schedule
(self, schedule_opt, device)
model/sr3_modules/diffusion.py:92
Method
set_new_noise_schedule
(self, schedule_opt, device)
model/ddpm_modules/diffusion.py:106
Function
setup_logger
set up logger
core/logger.py:128
Method
super_resolution
(self, x_in, continous=False)
model/ddpm_modules/diffusion.py:239
Function
tensor2img
Converts a torch Tensor into an image Numpy array Input: 4D(B,(3/1),H,W), 3D(C,H,W), or 2D(H,W), any range, RGB channel order Output: 3D(
core/metrics.py:8
Function
transform2numpy
(img)
data/util.py:45
Function
transform2tensor
(img, min_max=(0, 1))
data/util.py:56
Function
transform_augment
(img_list, split='val', min_max=(0, 1))
data/util.py:76
Function
weights_init_kaiming
(m, scale=1)
model/networks.py:28
Function
weights_init_normal
(m, std=0.02)
model/networks.py:13
Function
weights_init_orthogonal
(m)
model/networks.py:45
← previous
101–147 of 147, ranked by callers