Skip to content

Commit 8b60a9c

Browse files
committed
bugfix
1 parent 88d8a2e commit 8b60a9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ppocr/data/imaug/ct_process.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414

1515
import os
1616
import cv2
17+
import paddle
1718
import random
1819
import pyclipper
19-
import paddle
20-
2120
import numpy as np
22-
import Polygon as plg
23-
2421
from PIL import Image
22+
2523
import paddle.vision.transforms as transforms
2624

25+
from ppocr.utils.utility import check_install
26+
2727

2828
class RandomScale():
2929
def __init__(self, short_size=640, **kwargs):

0 commit comments

Comments
 (0)