Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertpumarola/GANimation
/ functions
Functions
135 in github.com/albertpumarola/GANimation
⨍
Functions
135
◇
Types & classes
18
Method
forward
(self, x)
networks/generator_wasserstein_gan.py:67
Method
forward
(self, x)
networks/discriminator_wasserstein_gan.py:26
Method
get_by_name
(network_name, *args, **kwargs)
networks/networks.py:9
Method
get_current_errors
(self)
models/ganimation.py:317
Method
get_current_scalars
(self)
models/ganimation.py:338
Method
get_current_visuals
(self)
models/ganimation.py:341
Method
get_image_paths
(self)
models/models.py:60
Method
get_image_paths
(self)
models/ganimation.py:120
Method
get_transform
(self)
data/dataset.py:49
Method
initialize
(self)
options/train_options.py:5
Method
initialize
(self)
options/test_options.py:5
Method
is_train
(self)
models/models.py:41
Method
lambda_rule
(epoch)
models/models.py:122
Function
mkdirs
(paths)
utils/util.py:35
Method
name
(self)
networks/networks.py:31
Method
name
(self)
data/dataset.py:39
Method
name
(self)
models/models.py:37
Method
optimize_parameters
(self, train_generator=True, keep_data_for_visuals=False)
models/ganimation.py:198
Method
path
(self)
data/dataset.py:43
Function
place_face
(img, face, bb)
utils/face_utils.py:54
Function
plot_au
Plot action units :param img: HxWx3 :param aus: N :return:
utils/plots.py:5
Method
print_network
(self, network)
models/models.py:113
Function
read_cv2_img
Read color images :param path: Path to image :return: Only returns color images
utils/cv_utils.py:5
Method
save
(self, label)
models/ganimation.py:363
Function
save_image
(image_numpy, image_path)
utils/util.py:46
Method
save_images
(self, visuals)
utils/tb_visualizer.py:62
Function
save_str_data
(data, path)
utils/util.py:51
Method
set_eval
(self)
models/ganimation.py:115
Method
set_input
(self, input)
models/ganimation.py:98
Method
set_train
(self)
models/ganimation.py:110
Function
show_cv2_img
Display cv2 image :param img: cv::mat :param title: title :return: None
utils/cv_utils.py:21
Function
show_images_row
Display grid of cv2 images image :param img: list [cv::mat] :param title: titles :return: None
utils/cv_utils.py:33
Function
tensor2maskim
(mask, imtype=np.uint8, idx=0, nrows=1)
utils/util.py:29
Method
test
(self)
models/models.py:57
Method
update_learning_rate
(self)
models/ganimation.py:386
← previous
101–135 of 135, ranked by callers