MCPcopy Create free account

hub / github.com/XLearning-SCU/2022-CVPR-DART / types & classes

Types & classes24 in github.com/XLearning-SCU/2022-CVPR-DART

↓ 7 callersClassChannelRandomErasing
Randomly selects a rectangle region in an image and erases its pixels. 'Random Erasing Data Augmentation' by Zhong et al. See https
ChannelAug.py:95
↓ 7 callersClassembed_net
model.py:145
↓ 6 callersClassTestData
data_loader.py:361
↓ 5 callersClassAverageMeter
Computes and stores the average and current value
utils.py:102
↓ 5 callersClassResNet
resnet.py:95
↓ 4 callersClassNon_local
model.py:16
↓ 3 callersClassChannelAdapGray
Adaptive selects a channel or two channels. Args: probability: The probability that the Random Erasing operation will be performed.
ChannelAug.py:51
↓ 3 callersClassRegDBData
data_loader.py:194
↓ 3 callersClassSYSUData
data_loader.py:47
↓ 2 callersClassAllSampler
utils.py:218
↓ 2 callersClassChannelExchange
Adaptive selects a channel or two channels. Args: probability: The probability that the Random Erasing operation will be performed.
data_loader.py:10
↓ 2 callersClassIdentitySampler
Sample person identities evenly in each batch. Args: train_color_label, train_thermal_label: labels of two modalities
utils.py:63
↓ 1 callersClassNormalize
model.py:6
↓ 1 callersClassRobustTripletLoss_final
loss.py:164
↓ 1 callersClassTripletLoss_ADP
Weighted Regularized Triplet'.
loss.py:64
↓ 1 callersClassTripletLoss_WRT
Weighted Regularized Triplet'.
loss.py:29
↓ 1 callersClassbase_resnet
model.py:127
↓ 1 callersClassthermal_module
model.py:110
↓ 1 callersClassvisible_module
model.py:93
ClassBasicBlock
resnet.py:24
ClassBottleneck
resnet.py:56
ClassChannelAdap
Adaptive selects a channel or two channels. Args: probability: The probability that the Random Erasing operation will be performed.
ChannelAug.py:12
ClassKLDivLoss
loss.py:119
ClassLogger
Write console output to external text file. Code imported from https://github.com/Cysu/open-reid/blob/master/reid/utils/logging.py.
utils.py:128