Spaces:
Sleeping
Sleeping
virtual-try-on2
/
TryYours-Virtual-Try-On
/detectron2
/projects
/TridentNet
/tridentnet
/__init__.py
# Copyright (c) Facebook, Inc. and its affiliates. | |
from .config import add_tridentnet_config | |
from .trident_backbone import ( | |
TridentBottleneckBlock, | |
build_trident_resnet_backbone, | |
make_trident_stage, | |
) | |
from .trident_rpn import TridentRPN | |
from .trident_rcnn import TridentRes5ROIHeads, TridentStandardROIHeads | |