mirror of https://github.com/alibaba/EasyCV.git
fix import
Link: https://code.alibaba-inc.com/pai-vision/EasyCV/codereview/9998334 * fix importpull/191/head
parent
4ecc9fcc41
commit
bdfb68fb67
|
@ -7,8 +7,8 @@ import numpy as np
|
|||
import torch
|
||||
from mmcv.parallel import scatter_kwargs
|
||||
|
||||
from easycv.models.detection.detectors.yolox.yolo_head import YOLOXHead
|
||||
from easycv.models.detection.utils import output_postprocess, postprocess
|
||||
from easycv.models.detection.yolox.yolo_head import YOLOXHead
|
||||
|
||||
|
||||
def quantize_config_check(device, backend, model_type=''):
|
||||
|
|
Loading…
Reference in New Issue