Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlonaGolts/Deep_Energy
/ functions
Functions
38 in github.com/AlonaGolts/Deep_Energy
⨍
Functions
38
◇
Types & classes
4
↓ 8 callers
Method
build_model
(self, x, phase)
Code/Models.py:73
↓ 5 callers
Function
evaluate_model
(images, gts)
Code/Deep_Energy.py:46
↓ 5 callers
Method
my_conv
(self, x, rate, f_size, in_size, out_size, stride, with_relu, phase, name)
Code/Models.py:33
↓ 4 callers
Method
_loss
(self, y_true, y_pred)
Code/Matting_Loss.py:16
↓ 3 callers
Function
get_batch
(i, inputs, mode)
Code/Deep_Energy.py:20
↓ 2 callers
Function
compute_laplacian_matte
(image, eps=1e-5, f_size=[3,3])
Code/Utils.py:266
↓ 2 callers
Function
compute_q_matrix
(seeds)
Code/Utils.py:85
↓ 1 callers
Function
TicTocGenerator
()
Code/Utils.py:8
↓ 1 callers
Function
compute_laplacian_seg
(image, beta=1000)
Code/Utils.py:103
↓ 1 callers
Function
compute_transmittance
(image, win_size, omega)
Code/Utils.py:385
↓ 1 callers
Method
define_biases
(self, out_size)
Code/Models.py:28
↓ 1 callers
Method
define_weights
(self, f_size, in_size, out_size, init_std)
Code/Models.py:23
↓ 1 callers
Method
dilated_skip_block
(self, x, app, rate, f_size, in_size, out_size, stride, phase, name)
Code/Models.py:53
↓ 1 callers
Function
histc
(X, bins)
Code/Utils.py:182
↓ 1 callers
Function
toc
(tempBool=True)
Code/Utils.py:20
Method
__init__
(self, args)
Code/Dehazing_Loss.py:5
Method
__init__
(self, args)
Code/Models.py:6
Method
__init__
(self, args)
Code/Matting_Loss.py:5
Method
__init__
(self, args)
Code/Segmentation_Loss.py:5
Method
_loss
(self, y_true, y_pred)
Code/Dehazing_Loss.py:18
Method
_loss
(self, y_true, y_pred)
Code/Segmentation_Loss.py:14
Function
analytic_dehaze
(image, strength, win_size=[15,15], omega=0.95, t0=0.1, epsilon=1e-6)
Code/Utils.py:352
Function
analytic_matte
(x, num_classes, strength, eps, f_size)
Code/Utils.py:233
Function
analytic_seg
(x, num_classes, strength, beta)
Code/Utils.py:52
Function
clean_from_hazy
(image, t_fine, win_size, omega, t0)
Code/Utils.py:413
Function
compute_MSE_with_trimap
(pred,gt,trimap)
Code/Utils.py:302
Function
compute_PSNR
(pred,gt)
Code/Utils.py:446
Function
compute_SAD_with_trimap
(pred,gt,trimap)
Code/Utils.py:326
Function
concat_image_seeds
(im,orig_seed,seed,num_classes)
Code/Utils.py:143
Function
conf_counts_add
(seg,gt,num_classes)
Code/Utils.py:164
Function
conf_mat
(conf_counts_init,num_classes)
Code/Utils.py:212
Function
imshow_sub
(image,h,title)
Code/Utils.py:32
Function
imshow_sub_seg
(image,h,title)
Code/Utils.py:199
Function
parse_params
(config_file_path = 'params.ini')
Code/train_utils.py:7
Function
prep_save
(image)
Code/Utils.py:45
Function
save_seg
(save_flag,seg,palette,path)
Code/Utils.py:191
Function
show_train_images
(args, input_im, output_im, palette=None)
Code/train_utils.py:78
Function
tic
()
Code/Utils.py:27