data / AnimeRun /segmat /models /__init__.py
doanh25032004's picture
Add files using upload-large-folder tool
f1050aa verified
Raw
History Blame Contribute Delete
527 Bytes
# from .superglue import SuperGlue
from .superglue_softmax import SuperGlueSoftMax
# from .superglue_softmax_aug import SuperGlueSoftMaxAug
# from .superglue_softmax_aug2 import SuperGlueSoftMaxAug2
# from .superglue_softmax_wo_pos import SuperGlueSoftMaxWoPos
# from .superglue_gat import SuperGlueSoftMaxGAT
# from .superglue_spatial import SuperGlueSoftMaxSpatial
# from .superglue_spatial_aug import SuperGlueSoftMaxSpatialAug
# from .superglue_spatial_aug2 import SuperGlueSoftMaxSpatialAug2
__all__ = ['SuperGlueSoftMax']