MCPcopy Create free account

hub / github.com/TencentYoutuResearch/PersonReID-YouReID / types & classes

Types & classes61 in github.com/TencentYoutuResearch/PersonReID-YouReID

↓ 6 callersClassCrossEntropyLabelSmooth
Cross entropy loss with label smoothing regularizer. Reference: Szegedy et al. Rethinking the Inception Architecture for Computer Vision. CVPR
core/loss.py:223
↓ 6 callersClassSENet
models/backbones/senet.py:207
↓ 5 callersClassTripletLoss
Triplet loss with hard positive/negative mining. Reference: Hermans et al. In Defense of the Triplet Loss for Person Re-Identification. a
core/loss.py:18
↓ 4 callersClassGeneralizedMeanPoolingP
Same, but norm is trainable
core/layers.py:43
↓ 3 callersClassResNet
models/backbones/resnet_ibn_a.py:62
↓ 3 callersClassSEModule
models/backbones/senet.py:85
↓ 3 callersClassSoftTripletLoss
core/loss.py:171
↓ 2 callersClassArcMarginProduct
r"""Implement of large margin arc distance: : Args: in_features: size of each input sample out_features: size of each
core/loss.py:254
↓ 2 callersClassCuhkPedes
Args: root (string): Base root directory of dataset where [split].pkl and [split].h5 exists split (string): 'train', 'val' or 'te
dataset/pedes.py:14
↓ 1 callersClassBaseTrainer
train/BaseTrainer.py:28
↓ 1 callersClassBert
models/nafs.py:480
↓ 1 callersClassCircle
core/loss.py:350
↓ 1 callersClassConfig
core/config.py:11
↓ 1 callersClassCosineAnnealingWarmUp
r"""Set the learning rate of each parameter group using a cosine annealing schedule, where :math:`\eta_{max}` is set to the initial lr, :math:`T_{
utils/epoch_lr.py:170
↓ 1 callersClassDSBN2d
core/layers.py:208
↓ 1 callersClassDSBN2dConstBatch
core/layers.py:228
↓ 1 callersClassDSBN2dShare
core/layers.py:249
↓ 1 callersClassDistributeRandomIdentitySampler
Randomly samples N identities each with K instances. Args: data_source (list): contains tuples of (img_path(s), pid, camid). batc
utils/sampler.py:110
↓ 1 callersClassFormatData
dataset/formatdata.py:78
↓ 1 callersClassGN
core/layers.py:313
↓ 1 callersClassIBN
core/layers.py:333
↓ 1 callersClassLogger
utils/logger.py:33
↓ 1 callersClassNAFS
models/nafs.py:528
↓ 1 callersClassNafsTrainer
train/Nafs_Trainer.py:23
↓ 1 callersClassNonLocal
core/layers.py:81
↓ 1 callersClassPairGraph
core/layers.py:147
↓ 1 callersClassPairTripletLoss
core/loss.py:154
↓ 1 callersClassRandomIdentitySampler
Randomly samples N identities each with K instances. Args: data_source (list): contains tuples of (img_path(s), pid, camid). batc
utils/sampler.py:10
↓ 1 callersClassResNet
models/backbones/resnet.py:83
↓ 1 callersClassSfeNet
models/nafs.py:339
↓ 1 callersClassSplitValuePooling
core/layers.py:61
↓ 1 callersClassWarmupMultiStepLR
utils/epoch_lr.py:33
ClassAdapativeCrossEntropyLabelSmooth
Cross entropy loss with label smoothing regularizer. Reference: Szegedy et al. Rethinking the Inception Architecture for Computer Vision. CVPR
core/loss.py:427
ClassBaseline
models/baseline.py:6
ClassBasicBlock
models/backbones/resnet_ibn_a.py:28
ClassBottleneck
models/nafs.py:301
ClassBottleneck
Base class for bottlenecks that implements `forward()` method.
models/backbones/senet.py:107
ClassBottleneck
models/backbones/resnet.py:23
ClassCACENET
models/cacenet.py:6
ClassCosineAnnealingWarmRestarts
r"""Set the learning rate of each parameter group using a cosine annealing schedule, where :math:`\eta_{max}` is set to the initial lr, :math:`T_{
utils/epoch_lr.py:78
ClassEpochBaseLR
utils/epoch_lr.py:6
ClassFormatDataWithDirect
dataset/formatdata.py:316
ClassFormatDatas
dataset/formatdata.py:267
ClassGeneralizedMeanPooling
r"""Applies a 2D power-average adaptive pooling over an input signal composed of several input planes. The function computed is: :math:`f(X) = pow
core/layers.py:13
ClassLSRWithDirection
Cross entropy loss with label smoothing regularizer. Reference: Szegedy et al. Rethinking the Inception Architecture for Computer Vision. CVPR
core/loss.py:453
ClassMGN
models/mgn.py:8
ClassMultiSimilarityLoss
core/loss.py:382
ClassNamespace
dataset/pedes.py:10
ClassOccludedDuke
dataset/OccludedData.py:13
ClassOccludedMarket
dataset/OccludedData.py:192
ClassOccludedReID
dataset/OccludedData.py:246
ClassPCB
models/pcb.py:7
ClassPyramid
models/pyramid.py:11
ClassRandomCropping
Randomly selects a rectangle region in an image and erases its pixels. 'Random Erasing Data Augmentation' by Zhong et al. See https:/
utils/my_transforms.py:87
ClassRandomErasing
Randomly selects a rectangle region in an image and erases its pixels. 'Random Erasing Data Augmentation' by Zhong et al. See https:/
utils/my_transforms.py:6
ClassRandomPadding
Randomly selects a rectangle region in an image and erases its pixels. 'Random Erasing Data Augmentation' by Zhong et al. See https:/
utils/my_transforms.py:55
ClassSEBottleneck
Bottleneck for SENet154.
models/backbones/senet.py:134
ClassSEResNeXtBottleneck
ResNeXt bottleneck type C with a Squeeze-and-Excitation module.
models/backbones/senet.py:183
ClassSEResNetBottleneck
ResNet bottleneck with a Squeeze-and-Excitation module. It follows Caffe implementation and uses `stride=stride` in `conv1` and not in `conv2
models/backbones/senet.py:158
ClassTestData
dataset/testdata.py:17
ClassVGTripletLoss
Triplet loss with hard positive/negative mining. Reference: Hermans et al. In Defense of the Triplet Loss for Person Re-Identification. a
core/loss.py:80