Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chenzhaowei13/Light-Condition-Style-Transfer
/ functions
Functions
228 in github.com/Chenzhaowei13/Light-Condition-Style-Transfer
⨍
Functions
228
◇
Types & classes
55
Function
get_scheduler
Return a learning rate scheduler Parameters: optimizer -- the optimizer of the network opt (option class) -- stores all
SIM-CycleGAN/models/networks.py:39
Function
init_func
(m)
SIM-CycleGAN/models/networks.py:79
Method
initialize
(self, parser)
SIM-CycleGAN/options/train_options.py:10
Method
initialize
(self, parser)
SIM-CycleGAN/options/test_options.py:10
Function
lambda_rule
(epoch)
SIM-CycleGAN/models/networks.py:53
Function
main
Lane-Detection/tools/lane_evaluation/src/evaluate.cpp:41
Method
makeMatch
Lane-Detection/tools/lane_evaluation/src/counter.cpp:112
Method
matchDfs
Lane-Detection/tools/lane_evaluation/include/hungarianGraph.hpp:12
Function
mkdirs
create empty directories if they don't exist Parameters: paths (str list) -- a list of directory paths
SIM-CycleGAN/util/util.py:85
Method
modify_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
Method
modify_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
Method
modify_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
Method
modify_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
Method
modify_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
Method
modify_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
Method
modify_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
Method
optimize_parameters
Calculate losses, gradients, and update network weights; called in every training iteration
SIM-CycleGAN/models/simcycle_gan_model.py:180
Method
optimize_parameters
Calculate losses, gradients, and update network weights; called in every training iteration
SIM-CycleGAN/models/base_model.py:73
Method
optimize_parameters
Update network weights; it will be called in every training iteration.
SIM-CycleGAN/models/template_model.py:94
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
SIM-CycleGAN/util/util.py:69
Method
resize_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
Function
save_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
Method
set_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
Method
set_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
Method
set_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
Method
splineInterpStep
Lane-Detection/tools/lane_evaluation/src/spline.cpp:49
Function
tensor2im
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
Method
train
Override the default train() to freeze the BN parameters :return:
Lane-Detection/models/erfnet.py:192
← previous
201–228 of 228, ranked by callers