Spaces:
Runtime error
Runtime error
File size: 167 Bytes
b291f6a |
1 2 3 4 5 |
# Copyright (c) Tencent Inc. All rights reserved.
from .yolo_world_pafpn import YOLOWorldPAFPN, YOLOWolrdDualPAFPN
__all__ = ['YOLOWorldPAFPN', 'YOLOWolrdDualPAFPN']
|