Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tengfei-Wang/external-internal-inpainting
/ functions
Functions
10 in github.com/Tengfei-Wang/external-internal-inpainting
⨍
Functions
10
◇
Types & classes
2
↓ 2 callers
Function
get_pyramid_image
(img, w_n, h_n)
main.py:29
↓ 1 callers
Method
__init__
(self, input_channels, output_channels, num_blocks, num_channels, kernel_size, norm_layer=nn.BatchNorm2d)
model.py:24
↓ 1 callers
Function
get_model
(input_depth)
main.py:34
↓ 1 callers
Function
get_pyramids
( mask, img, img_gray, pyramid_height, dtype)
main.py:56
↓ 1 callers
Function
main
()
main.py:18
↓ 1 callers
Function
set_pyramid_lr
(pyramid_height)
main.py:38
↓ 1 callers
Function
train
( pyramid_height, mask, img, img_gray, dtype, opt)
main.py:72
Method
__init__
(self, num_channels, kernel_size, norm_layer)
model.py:5
Method
forward
(self, x)
model.py:19
Method
forward
(self, input)
model.py:48