MCPcopy Create free account

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

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

MethodLaneCompare
Lane-Detection/tools/lane_evaluation/include/lane_compare.hpp:20
Method__call__
(self, pred, gt)
Lane-Detection/test_erfnet.py:171
Method__call__
(self, img_group)
Lane-Detection/utils/transforms.py:16
Method__call__
(self, img_group)
Lane-Detection/utils/transforms.py:38
Method__call__
(self, img_group)
Lane-Detection/utils/transforms.py:61
Method__call__
(self, img_group)
Lane-Detection/utils/transforms.py:85
Method__call__
(self, img_group)
Lane-Detection/utils/transforms.py:112
Method__call__
(self, img_group)
Lane-Detection/utils/transforms.py:139
Method__call__
(self, img_group)
Lane-Detection/utils/transforms.py:162
Method__call__
(self, img_group)
Lane-Detection/utils/transforms.py:178
Method__call__
(self, img_group)
Lane-Detection/utils/transforms.py:193
Method__call__
(self, img_group)
Lane-Detection/utils/transforms.py:210
Method__call__
(self, img_group)
Lane-Detection/utils/transforms.py:236
Method__call__
(self, img_group)
Lane-Detection/utils/transforms.py:258
Method__call__
(self, img_group, is_flow=False)
Lane-Detection/utils/transforms.py:281
Method__call__
(self, img_group)
Lane-Detection/utils/transforms.py:298
Method__call__
Calculate loss given Discriminator's output and grount truth labels. Parameters: prediction (tensor) - - tpyically the prediction
SIM-CycleGAN/models/networks.py:316
Function__crop
(img, pos, size)
SIM-CycleGAN/data/base_dataset.py:123
Method__getitem__
(self, idx)
Lane-Detection/dataset/voc_aug.py:35
Method__getitem__
Return a data point and its metadata information. Parameters: index - - a random integer for data indexing Returns:
SIM-CycleGAN/data/base_dataset.py:51
Method__getitem__
Return a data point and its metadata information. Parameters: index (int) -- a random integer for data indexing Ret
SIM-CycleGAN/data/unaligned_dataset.py:55
Method__getitem__
(self, index)
SIM-CycleGAN/data/image_folder.py:56
Method__getitem__
Return a data point and its metadata information. Parameters: index -- a random integer for data indexing Returns:
SIM-CycleGAN/data/template_dataset.py:54
Method__init__
(self)
Lane-Detection/test_erfnet.py:144
Method__init__
(self, num_class, ignore_label=None)
Lane-Detection/test_erfnet.py:167
Method__init__
(self, size)
Lane-Detection/utils/transforms.py:10
Method__init__
(self, size)
Lane-Detection/utils/transforms.py:32
Method__init__
(self, size)
Lane-Detection/utils/transforms.py:55
Method__init__
(self, size, padding)
Lane-Detection/utils/transforms.py:78
Method__init__
(self, size, padding)
Lane-Detection/utils/transforms.py:105
Method__init__
(self, size, padding)
Lane-Detection/utils/transforms.py:132
Method__init__
(self, size=(976, 208), interpolation=(cv2.INTER_LINEAR, cv2.INTER_NEAREST))
Lane-Detection/utils/transforms.py:158
Method__init__
(self, size=(0.5, 1.5), interpolation=(cv2.INTER_LINEAR, cv2.INTER_NEAREST))
Lane-Detection/utils/transforms.py:174
Method__init__
(self, size=(0.5, 1.5), interpolation=(cv2.INTER_LINEAR, cv2.INTER_NEAREST))
Lane-Detection/utils/transforms.py:189
Method__init__
(self, size=(680, 762, 562, 592), interpolation=(cv2.INTER_LINEAR, cv2.INTER_NEAREST))
Lane-Detection/utils/transforms.py:205
Method__init__
(self, degree=(-10, 10), interpolation=(cv2.INTER_LINEAR, cv2.INTER_NEAREST), padding=None)
Lane-Detection/utils/transforms.py:231
Method__init__
(self, applied)
Lane-Detection/utils/transforms.py:255
Method__init__
(self, is_flow=False)
Lane-Detection/utils/transforms.py:278
Method__init__
(self, mean, std)
Lane-Detection/utils/transforms.py:294
Method__init__
(self, dataset_path='/home/chenzhaowei/data/CULane/list', data_list='train', transform=None)
Lane-Detection/dataset/voc_aug.py:9
Method__init__
(self, ninput, noutput)
Lane-Detection/models/erfnet.py:13
Method__init__
(self, chann, dropprob, dilated)
Lane-Detection/models/erfnet.py:27
Method__init__
(self, num_classes)
Lane-Detection/models/erfnet.py:65
Method__init__
(self, ninput, noutput)
Lane-Detection/models/erfnet.py:100
Method__init__
(self, num_classes)
Lane-Detection/models/erfnet.py:112
Method__init__
(self, num_output)
Lane-Detection/models/erfnet.py:139
Method__init__
Initialize the class; save the options in the class Parameters: opt (Option class)-- stores all the experiment flags; needs to be
SIM-CycleGAN/data/base_dataset.py:23
Method__init__
Initialize this class Step 1: create a dataset instance given the name [dataset_mode] Step 2: create a multi-threaded data loader.
SIM-CycleGAN/data/__init__.py:65
Method__init__
Initialize this dataset class. Parameters: opt (Option class) -- stores all the experiment flags; needs to be a subclass of BaseO
SIM-CycleGAN/data/unaligned_dataset.py:19
Method__init__
(self, root, transform=None, return_paths=False, loader=default_loader)
SIM-CycleGAN/data/image_folder.py:42
Method__init__
Initialize this dataset class. Parameters: opt (Option class) -- stores all the experiment flags; needs to be a subclass of BaseO
SIM-CycleGAN/data/template_dataset.py:36
Method__init__
Reset the class; indicates the class hasn't been initailized
SIM-CycleGAN/options/base_options.py:16
Method__init__
Initialize the pix2pix class. Parameters: opt (Option class)-- stores all the experiment flags; needs to be a subclass of BaseOpt
SIM-CycleGAN/models/test_model.py:31
Method__init__
Initialize the SIM-CycleGAN class. Parameters: opt (Option class)-- stores all the experiment flags; needs to be a subclass of Ba
SIM-CycleGAN/models/simcycle_gan_model.py:47
Method__init__
Initialize the BaseModel class. Parameters: opt (Option class)-- stores all the experiment flags; needs to be a subclass of BaseO
SIM-CycleGAN/models/base_model.py:18
Method__init__
Initialize the class. Parameters: opt (Option class)-- stores all the experiment flags; needs to be a subclass of BaseOptions
SIM-CycleGAN/models/colorization_model.py:32
Method__init__
Construct a Resnet-based generator Parameters: input_nc (int) -- the number of channels in input images output_n
SIM-CycleGAN/models/networks.py:380
Method__init__
Initialize the Resnet block A resnet block is a conv block with skip connections We construct a conv block with build_conv_block func
SIM-CycleGAN/models/networks.py:441
Method__init__
Construct a Unet generator Parameters: input_nc (int) -- the number of channels in input images output_nc (int) -- th
SIM-CycleGAN/models/networks.py:501
Method__init__
Construct a Unet submodule with skip connections. Parameters: outer_nc (int) -- the number of filters in the outer conv layer
SIM-CycleGAN/models/networks.py:537
Method__init__
Construct a PatchGAN discriminator Parameters: input_nc (int) -- the number of channels in input images ndf (int)
SIM-CycleGAN/models/networks.py:608
Method__init__
Construct a 1x1 PatchGAN discriminator Parameters: input_nc (int) -- the number of channels in input images ndf (int
SIM-CycleGAN/models/networks.py:656
Method__init__
Initialize this model class. Parameters: opt -- training/test options A few things can be done here. - (required
SIM-CycleGAN/models/template_model.py:41
Method__init__
(self, technique='cyclegan', verbose=True)
SIM-CycleGAN/util/get_data.py:27
Method__init__
Initialize the HTML classes Parameters: web_dir (str) -- a directory that stores the webpage. HTML file will be created at <web_d
SIM-CycleGAN/util/html.py:14
Method__init__
Initialize the Visualizer class Parameters: opt -- stores all the experiment flags; needs to be a subclass of BaseOptions
SIM-CycleGAN/util/visualizer.py:56
Method__init__
Initialize the ImagePool class Parameters: pool_size (int) -- the size of image buffer, if pool_size=0, no buffer will be created
SIM-CycleGAN/util/image_pool.py:12
Method__iter__
Return a batch of data
SIM-CycleGAN/data/__init__.py:88
Method__len__
(self)
Lane-Detection/dataset/voc_aug.py:32
Method__len__
Return the total number of images in the dataset.
SIM-CycleGAN/data/base_dataset.py:46
Method__len__
Return the number of data in the dataset
SIM-CycleGAN/data/__init__.py:84
Method__len__
Return the total number of images in the dataset. As we have two datasets with potentially different number of images, we take a maxi
SIM-CycleGAN/data/unaligned_dataset.py:81
Method__len__
(self)
SIM-CycleGAN/data/image_folder.py:66
Method__len__
Return the total number of images.
SIM-CycleGAN/data/template_dataset.py:73
Function__make_power_2
(img, base, method=Image.BICUBIC)
SIM-CycleGAN/data/base_dataset.py:103
Functionadjust_learning_rate
Sets the learning rate to the initial LR decayed by 10 every 30 epochs
Lane-Detection/test_erfnet.py:181
Functioncal_gradient_penalty
Calculate the gradient penalty loss, used in WGAN-GP paper https://arxiv.org/abs/1704.00028 Arguments: netD (network) -- dis
SIM-CycleGAN/models/networks.py:337
Methodcompute_visuals
Calculate additional output images for visdom and HTML visualization
SIM-CycleGAN/models/colorization_model.py:65
Functiondefault_loader
(path)
SIM-CycleGAN/data/image_folder.py:36
Functiondefine_D
Create a discriminator Parameters: input_nc (int) -- the number of channels in input images ndf (int) -- the number
SIM-CycleGAN/models/networks.py:163
Functiondefine_G
Create a generator Parameters: input_nc (int) -- the number of channels in input images output_nc (int) -- the number of channels
SIM-CycleGAN/models/networks.py:120
Functiondiagnose_network
Calculate and print the mean of average absolute(gradients) Parameters: net (torch network) -- Torch network name (str) -- the na
SIM-CycleGAN/util/util.py:30
Methodforward
(self, input)
Lane-Detection/models/erfnet.py:20
Methodforward
(self, input)
Lane-Detection/models/erfnet.py:46
Methodforward
(self, input, predict=False)
Lane-Detection/models/erfnet.py:87
Methodforward
(self, input)
Lane-Detection/models/erfnet.py:105
Methodforward
(self, input)
Lane-Detection/models/erfnet.py:127
Methodforward
(self, input)
Lane-Detection/models/erfnet.py:156
Methodforward
if only_encode: return self.encoder.forward(input, predict=True) else:
Lane-Detection/models/erfnet.py:271
Methodforward
Run forward pass.
SIM-CycleGAN/models/test_model.py:63
Methodforward
(self, x)
SIM-CycleGAN/models/networks.py:15
Methodforward
Standard forward
SIM-CycleGAN/models/networks.py:432
Methodforward
Forward function (with skip connections)
SIM-CycleGAN/models/networks.py:492
Methodforward
Standard forward
SIM-CycleGAN/models/networks.py:526
Methodforward
(self, x)
SIM-CycleGAN/models/networks.py:594
Methodforward
Standard forward.
SIM-CycleGAN/models/networks.py:648
Methodforward
Standard forward.
SIM-CycleGAN/models/networks.py:680
Functionget_option_setter
Return the static method <modify_commandline_options> of the dataset class.
SIM-CycleGAN/data/__init__.py:41
Functionget_option_setter
Return the static method <modify_commandline_options> of the model class.
SIM-CycleGAN/models/__init__.py:48
Functionget_params
(opt, size)
SIM-CycleGAN/data/base_dataset.py:63
← previousnext →101–200 of 228, ranked by callers