Xiaohe You 10266f54a7
update quantize.py code version (#44)
* compression tutorial

* add details of compression tutorial

* add env of compression tutorial

* update quantize.py code version
2022-05-07 16:07:07 +08:00

6 lines
164 B
Python

#!/usr/bin/env python3
# Copyright (c) 2014-2021 Megvii Inc. All rights reserved.
from .boxes import bboxes_iou, postprocess
from .utils import output_postprocess