MCPcopy Create free account

hub / github.com/Chenzhaowei13/Light-Condition-Style-Transfer / types & classes

Types & classes55 in github.com/Chenzhaowei13/Light-Condition-Style-Transfer

↓ 9 callersClassnon_bottleneck_1d
Lane-Detection/models/erfnet.py:26
↓ 6 callersClassUnetSkipConnectionBlock
Defines the Unet submodule with skip connection. X -------------------identity---------------------- |-- downsampling -- |submodule| -
SIM-CycleGAN/models/networks.py:531
↓ 3 callersClassAverageMeter
Computes and stores the average and current value
Lane-Detection/test_erfnet.py:141
↓ 3 callersClassDownsamplerBlock
Lane-Detection/models/erfnet.py:12
↓ 2 callersClassImagePool
This class implements an image buffer that stores previously generated images. This buffer enables us to update discriminators using a history of
SIM-CycleGAN/util/image_pool.py:5
↓ 2 callersClassNLayerDiscriminator
Defines a PatchGAN discriminator
SIM-CycleGAN/models/networks.py:605
↓ 2 callersClassResnetGenerator
Resnet-based generator that consists of Resnet blocks between a few downsampling/upsampling operations. We adapt Torch code and idea from Justin
SIM-CycleGAN/models/networks.py:374
↓ 2 callersClassUnetGenerator
Create a Unet-based generator
SIM-CycleGAN/models/networks.py:498
↓ 2 callersClassUpsamplerBlock
Lane-Detection/models/erfnet.py:99
↓ 1 callersClassCustomDatasetDataLoader
Wrapper class of Dataset class that performs multi-threaded data loading
SIM-CycleGAN/data/__init__.py:62
↓ 1 callersClassDecoder
Lane-Detection/models/erfnet.py:111
↓ 1 callersClassEncoder
Lane-Detection/models/erfnet.py:64
↓ 1 callersClassEvalSegmentation
Lane-Detection/test_erfnet.py:166
↓ 1 callersClassHTML
This HTML class allows us to save images and write texts into a single HTML file. It consists of functions such as <add_header> (add a text head
SIM-CycleGAN/util/html.py:6
↓ 1 callersClassIdentity
SIM-CycleGAN/models/networks.py:14
↓ 1 callersClassLane_exist
Lane-Detection/models/erfnet.py:138
↓ 1 callersClassPixelDiscriminator
Defines a 1x1 PatchGAN discriminator (pixelGAN)
SIM-CycleGAN/models/networks.py:653
↓ 1 callersClassResnetBlock
Define a Resnet block
SIM-CycleGAN/models/networks.py:438
↓ 1 callersClassTestOptions
This class includes test options. It also includes shared options defined in BaseOptions.
SIM-CycleGAN/options/test_options.py:4
↓ 1 callersClassTrainOptions
This class includes training options. It also includes shared options defined in BaseOptions.
SIM-CycleGAN/options/train_options.py:4
↓ 1 callersClassVisualizer
This class includes several functions that can display/save images and print/save logging information. It uses a Python library 'visdom' for disp
SIM-CycleGAN/util/visualizer.py:50
ClassBaseDataset
This class is an abstract base class (ABC) for datasets. To create a subclass, you need to implement the following four functions: -- <__init
SIM-CycleGAN/data/base_dataset.py:13
ClassBaseModel
This class is an abstract base class (ABC) for models. To create a subclass, you need to implement the following five functions: -- <__ini
SIM-CycleGAN/models/base_model.py:8
ClassBaseOptions
This class defines options used during both training and test time. It also implements several helper functions such as parsing, printing, and sa
SIM-CycleGAN/options/base_options.py:9
ClassColorizationModel
This is a subclass of Pix2PixModel for image colorization (black & white image -> colorful images). The model training requires '-dataset_model c
SIM-CycleGAN/models/colorization_model.py:7
EnumCompareMode
Lane-Detection/tools/lane_evaluation/include/lane_compare.hpp:15
ClassCounter
before coming to use functions of this class, the lanes should resize to im_width and im_height using resize_lane() in lane_compare.hpp
Lane-Detection/tools/lane_evaluation/include/counter.hpp:16
ClassERFNet
Lane-Detection/models/erfnet.py:179
ClassFunc
Lane-Detection/tools/lane_evaluation/include/spline.hpp:11
ClassGANLoss
Define different GAN objectives. The GANLoss class abstracts away the need to create the target label tensor that has the same size as the in
SIM-CycleGAN/models/networks.py:268
ClassGetData
A Python script for downloading CycleGAN or pix2pix datasets. Parameters: technique (str) -- One of: 'cyclegan' or 'pix2pix'. ver
SIM-CycleGAN/util/get_data.py:11
ClassGroupCenterCrop
Lane-Detection/utils/transforms.py:54
ClassGroupCenterPad
Lane-Detection/utils/transforms.py:104
ClassGroupConcerPad
Lane-Detection/utils/transforms.py:131
ClassGroupNormalize
Lane-Detection/utils/transforms.py:293
ClassGroupRandomBlur
Lane-Detection/utils/transforms.py:254
ClassGroupRandomCrop
Lane-Detection/utils/transforms.py:9
ClassGroupRandomCropRatio
Lane-Detection/utils/transforms.py:31
ClassGroupRandomHorizontalFlip
Randomly horizontally flips the given numpy Image with a probability of 0.5
Lane-Detection/utils/transforms.py:274
ClassGroupRandomMultiScale
Lane-Detection/utils/transforms.py:188
ClassGroupRandomPad
Lane-Detection/utils/transforms.py:77
ClassGroupRandomRotation
Lane-Detection/utils/transforms.py:230
ClassGroupRandomScale
Lane-Detection/utils/transforms.py:173
ClassGroupRandomScaleNew
Lane-Detection/utils/transforms.py:157
ClassGroupRandomScaleRatio
Lane-Detection/utils/transforms.py:204
ClassImageFolder
SIM-CycleGAN/data/image_folder.py:40
ClassLaneCompare
Lane-Detection/tools/lane_evaluation/include/lane_compare.hpp:13
ClassSimCycleGANModel
This class implements the Sim-CycleGAN model, for learning image-to-image translation without paired data. The model training requires '--da
SIM-CycleGAN/models/simcycle_gan_model.py:8
ClassSpline
Lane-Detection/tools/lane_evaluation/include/spline.hpp:22
ClassTemplateDataset
A template dataset class for you to implement custom datasets.
SIM-CycleGAN/data/template_dataset.py:19
ClassTemplateModel
SIM-CycleGAN/models/template_model.py:23
ClassTestModel
This TesteModel can be used to generate CycleGAN results for only one direction. This model will automatically set '--dataset_mode single', which
SIM-CycleGAN/models/test_model.py:5
ClassUnalignedDataset
This dataset class can load unaligned/unpaired datasets. It requires two directories to host training images from domain A '/path/to/data/tr
SIM-CycleGAN/data/unaligned_dataset.py:8
ClassVOCAugDataSet
Lane-Detection/dataset/voc_aug.py:8
ClasspipartiteGraph
Lane-Detection/tools/lane_evaluation/include/hungarianGraph.hpp:6