Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VSAnimator/stgan
/ functions
Functions
228 in github.com/VSAnimator/stgan
⨍
Functions
228
◇
Types & classes
49
Method
modify_commandline_options
Add new dataset-specific options, and rewrite default values for existing options. Parameters: parser -- original option
models/temporal_branched_ir_model.py:17
Method
modify_commandline_options
Add new dataset-specific options, and rewrite default values for existing options. Parameters: parser -- original option
models/cycle_gan_model.py:20
Method
modify_commandline_options
Add new dataset-specific options, and rewrite default values for existing options. Parameters: parser -- original option
models/test_model.py:12
Method
modify_commandline_options
Add new model-specific options, and rewrite default values for existing options. Parameters: parser -- original option p
models/base_model.py:47
Method
modify_commandline_options
Add new dataset-specific options, and rewrite default values for existing options. Parameters: parser -- original option
models/pix2pix_model.py:17
Method
modify_commandline_options
Add new model-specific options and rewrite default values for existing options. Parameters: parser -- the option parser
models/template_model.py:25
Method
modify_commandline_options
Add new dataset-specific options, and rewrite default values for existing options. Parameters: parser -- original option
models/pix2pix_ir_model.py:17
Method
optimize_parameters
(self)
models/temporal_branched_model.py:127
Method
optimize_parameters
(self)
models/temporal_ir_model.py:128
Method
optimize_parameters
(self)
models/temporal_model.py:128
Method
optimize_parameters
(self)
models/temporal_branched_ir_model.py:127
Method
optimize_parameters
Calculate losses, gradients, and update network weights; called in every training iteration
models/cycle_gan_model.py:180
Method
optimize_parameters
Calculate losses, gradients, and update network weights; called in every training iteration
models/base_model.py:74
Method
optimize_parameters
(self)
models/pix2pix_model.py:116
Method
optimize_parameters
Update network weights; it will be called in every training iteration.
models/template_model.py:94
Method
optimize_parameters
(self)
models/pix2pix_ir_model.py:116
Function
print_numpy
Print the mean, min, max, median, std, and size of a numpy array Parameters: val (bool) -- if print the values of the numpy array
util/util.py:60
Function
save_image
Save a numpy image to the disk Parameters: image_numpy (numpy array) -- input numpy array image_path (str) -- the path o
util/util.py:49
Method
set_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input (dict): include the data itse
models/temporal_branched_model.py:74
Method
set_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input (dict): include the data itse
models/temporal_ir_model.py:74
Method
set_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input (dict): include the data itse
models/temporal_model.py:74
Method
set_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input (dict): include the data itse
models/temporal_branched_ir_model.py:74
Method
set_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input (dict): include the data itse
models/cycle_gan_model.py:99
Method
set_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input (dict): includes the data its
models/base_model.py:60
Method
set_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input (dict): include the data itse
models/pix2pix_model.py:73
Method
set_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input: a dictionary that contains t
models/template_model.py:72
Method
set_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input (dict): include the data itse
models/pix2pix_ir_model.py:73
Function
tensor2im
Converts a Tensor array into a numpy image array. Parameters: input_image (tensor) -- the input image tensor array imtype (type)
util/util.py:9
← previous
201–228 of 228, ranked by callers