tomofi's picture
Add application file
2366e36
raw
history blame
No virus
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']