Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	File size: 321 Bytes
			
			| a9a0ec2 | 1 2 3 4 5 6 7 8 9 10 | # 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
 |