Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SHShim0513/SD-VITON
/ types & classes
Types & classes
77 in github.com/SHShim0513/SD-VITON
⨍
Functions
284
◇
Types & classes
77
↓ 36 callers
Class
ResBlock
networks.py:260
↓ 8 callers
Class
DataParallelWithCallback
Data Parallel with a replication callback. An replication callback `__data_parallel_replicate__` of each module will be invoked after being
sync_batchnorm/replicate.py:50
↓ 8 callers
Class
SEBlock
pg_modules/blocks.py:138
↓ 8 callers
Class
SPADEResBlock
network_generator.py:121
↓ 7 callers
Class
NetLinLayer
A single linear layer which does a 1x1 conv
eval_models/networks_basic.py:104
↓ 6 callers
Class
GLU
pg_modules/blocks.py:34
↓ 4 callers
Class
FeatureFusionBlock
pg_modules/blocks.py:218
↓ 4 callers
Class
FullyConnectedLayer
pg_modules/networks_stylegan2.py:88
↓ 3 callers
Class
CPDataLoader
cp_dataset.py:277
↓ 3 callers
Class
ConditionGenerator
networks.py:13
↓ 3 callers
Class
NoiseInjection
pg_modules/blocks.py:251
↓ 3 callers
Class
SPADENorm
network_generator.py:75
↓ 2 callers
Class
CPDataset
Dataset for CP-VTON.
cp_dataset.py:13
↓ 2 callers
Class
CPDatasetTest
Test Dataset for CP-VTON.
cp_dataset_test.py:12
↓ 2 callers
Class
GANLoss
network_generator.py:361
↓ 2 callers
Class
GANLoss
networks.py:342
↓ 2 callers
Class
InitLayer
pg_modules/blocks.py:50
↓ 2 callers
Class
Projected_GANs_Loss
network_generator.py:335
↓ 2 callers
Class
SPADEGenerator
network_generator.py:172
↓ 2 callers
Class
SynthesisLayer
pg_modules/networks_stylegan2.py:265
↓ 2 callers
Class
VGGLoss
networks.py:323
↓ 1 callers
Class
CPDataLoader
cp_dataset_test.py:245
↓ 1 callers
Class
CallbackContext
sync_batchnorm/replicate.py:23
↓ 1 callers
Class
Conv2dLayer
pg_modules/networks_stylegan2.py:126
↓ 1 callers
Class
Dist2LogitLayer
takes 2 distances, puts through fc layers, spits out value between [0,1] (if use_sigmoid is True)
eval_models/networks_basic.py:114
↓ 1 callers
Class
DownBlock
pg_modules/blocks.py:170
↓ 1 callers
Class
DummyMapping
pg_modules/networks_fastgan.py:13
↓ 1 callers
Class
F_RandomProj
pg_modules/projector.py:93
↓ 1 callers
Class
FutureResult
A thread-safe future implementation. Used only as one-to-one pipe.
sync_batchnorm/comm.py:18
↓ 1 callers
Class
MappingNetwork
pg_modules/networks_stylegan2.py:183
↓ 1 callers
Class
MaskNorm
network_generator.py:52
↓ 1 callers
Class
MultiScaleD
pg_modules/discriminator.py:128
↓ 1 callers
Class
MultiscaleDiscriminator
networks.py:386
↓ 1 callers
Class
NLayerDiscriminator
network_generator.py:259
↓ 1 callers
Class
NLayerDiscriminator
networks.py:435
↓ 1 callers
Class
ProjectedDiscriminator
pg_modules/discriminator.py:169
↓ 1 callers
Class
ScalingLayer
eval_models/networks_basic.py:94
↓ 1 callers
Class
SeparableConv2d
pg_modules/blocks.py:156
↓ 1 callers
Class
SlavePipe
Pipe for master-slave communication.
sync_batchnorm/comm.py:46
↓ 1 callers
Class
Swish
pg_modules/blocks.py:42
↓ 1 callers
Class
SyncMaster
An abstract `SyncMaster` object. - During the replication, as the data parallel will trigger an callback of each module, all slave devices should
sync_batchnorm/comm.py:56
↓ 1 callers
Class
SynthesisBlock
pg_modules/networks_stylegan2.py:352
↓ 1 callers
Class
SynthesisNetwork
pg_modules/networks_stylegan2.py:455
↓ 1 callers
Class
ToRGBLayer
pg_modules/networks_stylegan2.py:328
↓ 1 callers
Class
Vgg19
networks.py:290
Class
BCERankingLoss
eval_models/networks_basic.py:131
Class
BaseModel
eval_models/base_model.py:7
Class
BaseNetwork
network_generator.py:9
Class
BatchNorm2dReimpl
A re-implementation of batch normalization, used for testing the numerical stability. Author: acgtyrant See also: https://github
sync_batchnorm/batchnorm_reimpl.py:18
Class
CCBN
conditional batchnorm
pg_modules/blocks.py:264
Class
DSSIM
eval_models/networks_basic.py:167
Class
DistModel
eval_models/dist_model.py:24
Class
DownBlockPatch
pg_modules/blocks.py:191
Class
FakeNet
eval_models/networks_basic.py:144
Class
FastganSynthesis
pg_modules/networks_fastgan.py:21
Class
FastganSynthesisCond
pg_modules/networks_fastgan.py:84
Class
Generator
pg_modules/networks_fastgan.py:150
Class
Generator
pg_modules/networks_stylegan2.py:514
Class
Interpolate
Interpolation module.
pg_modules/blocks.py:291
Class
L2
eval_models/networks_basic.py:150
Class
MultiscaleDiscriminator
network_generator.py:300
Class
PNetLin
eval_models/networks_basic.py:27
Class
PerceptualLoss
eval_models/__init__.py:13
Class
ResidualConvUnit
pg_modules/blocks.py:208
Class
SingleDisc
pg_modules/discriminator.py:14
Class
SingleDiscCond
pg_modules/discriminator.py:69
Class
SynchronizedBatchNorm1d
r"""Applies Synchronized Batch Normalization over a 2d or 3d input that is seen as a mini-batch. .. math:: y = \frac{x - mean[x]}{ \
sync_batchnorm/batchnorm.py:130
Class
SynchronizedBatchNorm2d
r"""Applies Batch Normalization over a 4d input that is seen as a mini-batch of 3d inputs .. math:: y = \frac{x - mean[x]}{ \sqrt{Va
sync_batchnorm/batchnorm.py:193
Class
SynchronizedBatchNorm3d
r"""Applies Batch Normalization over a 5d input that is seen as a mini-batch of 4d inputs .. math:: y = \frac{x - mean[x]}{ \sqrt{Va
sync_batchnorm/batchnorm.py:256
Class
TorchTestCase
sync_batchnorm/unittest.py:15
Class
UpBlockBigCond
pg_modules/blocks.py:106
Class
UpBlockSmallCond
pg_modules/blocks.py:73
Class
_SynchronizedBatchNorm
sync_batchnorm/batchnorm.py:40
Class
alexnet
eval_models/pretrained_networks.py:57
Class
resnet
eval_models/pretrained_networks.py:139
Class
squeezenet
eval_models/pretrained_networks.py:6
Class
vgg16
eval_models/pretrained_networks.py:97