[Fix]: register data preprocessor (#603)

pull/611/head
Yuan Liu 2022-12-05 14:07:49 +08:00 committed by GitHub
parent bc0807d3cf
commit ce08509014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from .losses import * # noqa: F401,F403
from .memories import * # noqa: F401,F403
from .necks import * # noqa: F401,F403
from .target_generators import * # noqa: F401,F403
from .utils import * # noqa: F401,F403
__all__ = [
'ALGORITHMS', 'BACKBONES', 'NECKS', 'HEADS', 'MEMORIES', 'LOSSES',