MCPcopy Create free account

hub / github.com/Chenzhaowei13/Light-Condition-Style-Transfer / functions

Functions228 in github.com/Chenzhaowei13/Light-Condition-Style-Transfer

Functionget_scheduler
Return a learning rate scheduler Parameters: optimizer -- the optimizer of the network opt (option class) -- stores all
SIM-CycleGAN/models/networks.py:39
Functioninit_func
(m)
SIM-CycleGAN/models/networks.py:79
Methodinitialize
(self, parser)
SIM-CycleGAN/options/train_options.py:10
Methodinitialize
(self, parser)
SIM-CycleGAN/options/test_options.py:10
Functionlambda_rule
(epoch)
SIM-CycleGAN/models/networks.py:53
Functionmain
Lane-Detection/tools/lane_evaluation/src/evaluate.cpp:41
MethodmakeMatch
Lane-Detection/tools/lane_evaluation/src/counter.cpp:112
MethodmatchDfs
Lane-Detection/tools/lane_evaluation/include/hungarianGraph.hpp:12
Functionmkdirs
create empty directories if they don't exist Parameters: paths (str list) -- a list of directory paths
SIM-CycleGAN/util/util.py:85
Methodmodify_commandline_options
Add new dataset-specific options, and rewrite default values for existing options. Parameters: parser -- original option
SIM-CycleGAN/data/base_dataset.py:33
Methodmodify_commandline_options
Add new dataset-specific options, and rewrite default values for existing options. Parameters: parser -- original option
SIM-CycleGAN/data/template_dataset.py:22
Methodmodify_commandline_options
Add new dataset-specific options, and rewrite default values for existing options. Parameters: parser -- original option
SIM-CycleGAN/models/test_model.py:12
Methodmodify_commandline_options
Add new dataset-specific options, and rewrite default values for existing options. Parameters: parser -- original option
SIM-CycleGAN/models/simcycle_gan_model.py:20
Methodmodify_commandline_options
Add new model-specific options, and rewrite default values for existing options. Parameters: parser -- original option p
SIM-CycleGAN/models/base_model.py:46
Methodmodify_commandline_options
Add new dataset-specific options, and rewrite default values for existing options. Parameters: parser -- original option
SIM-CycleGAN/models/colorization_model.py:15
Methodmodify_commandline_options
Add new model-specific options and rewrite default values for existing options. Parameters: parser -- the option parser
SIM-CycleGAN/models/template_model.py:25
Methodoptimize_parameters
Calculate losses, gradients, and update network weights; called in every training iteration
SIM-CycleGAN/models/simcycle_gan_model.py:180
Methodoptimize_parameters
Calculate losses, gradients, and update network weights; called in every training iteration
SIM-CycleGAN/models/base_model.py:73
Methodoptimize_parameters
Update network weights; it will be called in every training iteration.
SIM-CycleGAN/models/template_model.py:94
Functionprint_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
SIM-CycleGAN/util/util.py:69
Methodresize_lane
resize the lane from Size(curr_width, curr_height) to Size(im_width, im_height)
Lane-Detection/tools/lane_evaluation/src/lane_compare.cpp:60
Functionsave_image
Save a numpy image to the disk Parameters: image_numpy (numpy array) -- input numpy array image_path (str) -- the path o
SIM-CycleGAN/util/util.py:49
Methodset_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input (dict): include the data itse
SIM-CycleGAN/models/simcycle_gan_model.py:99
Methodset_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input (dict): includes the data its
SIM-CycleGAN/models/base_model.py:59
Methodset_input
Unpack input data from the dataloader and perform necessary pre-processing steps. Parameters: input: a dictionary that contains t
SIM-CycleGAN/models/template_model.py:72
MethodsplineInterpStep
Lane-Detection/tools/lane_evaluation/src/spline.cpp:49
Functiontensor2im
Converts a Tensor array into a numpy image array. Parameters: input_image (tensor) -- the input image tensor array imtype (type)
SIM-CycleGAN/util/util.py:9
Methodtrain
Override the default train() to freeze the BN parameters :return:
Lane-Detection/models/erfnet.py:192
← previous201–228 of 228, ranked by callers