KyanChen's picture
Upload 303 files
4d0eb62
raw
history blame contribute delete
165 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .retrieval_loop import RetrievalTestLoop, RetrievalValLoop
__all__ = ['RetrievalTestLoop', 'RetrievalValLoop']