CatVTON / model /SCHP /modules /__init__.py
ZhengChong
chore: Add SCHP model and detectron2 dependencies
6a6227f
raw
history blame contribute delete
No virus
235 Bytes
from .bn import ABN, InPlaceABN, InPlaceABNSync
from .functions import ACT_RELU, ACT_LEAKY_RELU, ACT_ELU, ACT_NONE
from .misc import GlobalAvgPool2d, SingleGPU
from .residual import IdentityResidualBlock
from .dense import DenseModule