mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
* compression tutorial * add details of compression tutorial * add env of compression tutorial * update quantize.py code version
6 lines
164 B
Python
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
|