Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chenzhaowei13/Light-Condition-Style-Transfer
/ types & classes
Types & classes
55 in github.com/Chenzhaowei13/Light-Condition-Style-Transfer
⨍
Functions
228
◇
Types & classes
55
↓ 9 callers
Class
non_bottleneck_1d
Lane-Detection/models/erfnet.py:26
↓ 6 callers
Class
UnetSkipConnectionBlock
Defines the Unet submodule with skip connection. X -------------------identity---------------------- |-- downsampling -- |submodule| -
SIM-CycleGAN/models/networks.py:531
↓ 3 callers
Class
AverageMeter
Computes and stores the average and current value
Lane-Detection/test_erfnet.py:141
↓ 3 callers
Class
DownsamplerBlock
Lane-Detection/models/erfnet.py:12
↓ 2 callers
Class
ImagePool
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 callers
Class
NLayerDiscriminator
Defines a PatchGAN discriminator
SIM-CycleGAN/models/networks.py:605
↓ 2 callers
Class
ResnetGenerator
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 callers
Class
UnetGenerator
Create a Unet-based generator
SIM-CycleGAN/models/networks.py:498
↓ 2 callers
Class
UpsamplerBlock
Lane-Detection/models/erfnet.py:99
↓ 1 callers
Class
CustomDatasetDataLoader
Wrapper class of Dataset class that performs multi-threaded data loading
SIM-CycleGAN/data/__init__.py:62
↓ 1 callers
Class
Decoder
Lane-Detection/models/erfnet.py:111
↓ 1 callers
Class
Encoder
Lane-Detection/models/erfnet.py:64
↓ 1 callers
Class
EvalSegmentation
Lane-Detection/test_erfnet.py:166
↓ 1 callers
Class
HTML
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 callers
Class
Identity
SIM-CycleGAN/models/networks.py:14
↓ 1 callers
Class
Lane_exist
Lane-Detection/models/erfnet.py:138
↓ 1 callers
Class
PixelDiscriminator
Defines a 1x1 PatchGAN discriminator (pixelGAN)
SIM-CycleGAN/models/networks.py:653
↓ 1 callers
Class
ResnetBlock
Define a Resnet block
SIM-CycleGAN/models/networks.py:438
↓ 1 callers
Class
TestOptions
This class includes test options. It also includes shared options defined in BaseOptions.
SIM-CycleGAN/options/test_options.py:4
↓ 1 callers
Class
TrainOptions
This class includes training options. It also includes shared options defined in BaseOptions.
SIM-CycleGAN/options/train_options.py:4
↓ 1 callers
Class
Visualizer
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
Class
BaseDataset
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
Class
BaseModel
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
Class
BaseOptions
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
Class
ColorizationModel
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
Enum
CompareMode
Lane-Detection/tools/lane_evaluation/include/lane_compare.hpp:15
Class
Counter
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
Class
ERFNet
Lane-Detection/models/erfnet.py:179
Class
Func
Lane-Detection/tools/lane_evaluation/include/spline.hpp:11
Class
GANLoss
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
Class
GetData
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
Class
GroupCenterCrop
Lane-Detection/utils/transforms.py:54
Class
GroupCenterPad
Lane-Detection/utils/transforms.py:104
Class
GroupConcerPad
Lane-Detection/utils/transforms.py:131
Class
GroupNormalize
Lane-Detection/utils/transforms.py:293
Class
GroupRandomBlur
Lane-Detection/utils/transforms.py:254
Class
GroupRandomCrop
Lane-Detection/utils/transforms.py:9
Class
GroupRandomCropRatio
Lane-Detection/utils/transforms.py:31
Class
GroupRandomHorizontalFlip
Randomly horizontally flips the given numpy Image with a probability of 0.5
Lane-Detection/utils/transforms.py:274
Class
GroupRandomMultiScale
Lane-Detection/utils/transforms.py:188
Class
GroupRandomPad
Lane-Detection/utils/transforms.py:77
Class
GroupRandomRotation
Lane-Detection/utils/transforms.py:230
Class
GroupRandomScale
Lane-Detection/utils/transforms.py:173
Class
GroupRandomScaleNew
Lane-Detection/utils/transforms.py:157
Class
GroupRandomScaleRatio
Lane-Detection/utils/transforms.py:204
Class
ImageFolder
SIM-CycleGAN/data/image_folder.py:40
Class
LaneCompare
Lane-Detection/tools/lane_evaluation/include/lane_compare.hpp:13
Class
SimCycleGANModel
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
Class
Spline
Lane-Detection/tools/lane_evaluation/include/spline.hpp:22
Class
TemplateDataset
A template dataset class for you to implement custom datasets.
SIM-CycleGAN/data/template_dataset.py:19
Class
TemplateModel
SIM-CycleGAN/models/template_model.py:23
Class
TestModel
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
Class
UnalignedDataset
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
Class
VOCAugDataSet
Lane-Detection/dataset/voc_aug.py:8
Class
pipartiteGraph
Lane-Detection/tools/lane_evaluation/include/hungarianGraph.hpp:6