Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyutang committed Oct 17, 2023
1 parent 88d8a2e commit 8b60a9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ppocr/data/imaug/ct_process.py
Expand Up @@ -14,16 +14,16 @@

import os
import cv2
import paddle
import random
import pyclipper
import paddle

import numpy as np
import Polygon as plg

from PIL import Image

import paddle.vision.transforms as transforms

from ppocr.utils.utility import check_install


class RandomScale():
def __init__(self, short_size=640, **kwargs):
Expand Down

0 comments on commit 8b60a9c

Please sign in to comment.