6 lines
151 B
Python
6 lines
151 B
Python
|
|
#!/usr/bin/env python3
|
||
|
|
# -*- coding:utf-8 -*-
|
||
|
|
# Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
|
||
|
|
|
||
|
|
from .fast_coco_eval_api import COCOeval_opt
|