nguyendu392's picture
Duplicate from tomofi/MMOCR
e198e1c
raw
history blame contribute delete
217 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .gcn import GCN
from .local_graph import LocalGraphs
from .proposal_local_graph import ProposalLocalGraphs
__all__ = ['LocalGraphs', 'ProposalLocalGraphs', 'GCN']