BoLiu's picture
update SPDX
5facae9
raw
history blame
328 Bytes
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
# SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) Megvii Inc. All rights reserved.
from .yolo_head import YOLOXHead
from .yolo_pafpn import YOLOPAFPN
from .yolox import YOLOX