From d670f2e497ebcd4a67c920ab3e57c6a96e4143c5 Mon Sep 17 00:00:00 2001 From: gaotingquan Date: Wed, 28 Sep 2022 06:48:58 +0000 Subject: [PATCH] rename config file ImageOrientation to PPLCNet_x1_0 --- .../{ImageOrientation.yaml => PPLCNet_x1_0.yaml} | 0 ppcls/data/preprocess/ops/operators.py | 1 + 2 files changed, 1 insertion(+) rename ppcls/configs/PULC/image_orientation/{ImageOrientation.yaml => PPLCNet_x1_0.yaml} (100%) diff --git a/ppcls/configs/PULC/image_orientation/ImageOrientation.yaml b/ppcls/configs/PULC/image_orientation/PPLCNet_x1_0.yaml similarity index 100% rename from ppcls/configs/PULC/image_orientation/ImageOrientation.yaml rename to ppcls/configs/PULC/image_orientation/PPLCNet_x1_0.yaml diff --git a/ppcls/data/preprocess/ops/operators.py b/ppcls/data/preprocess/ops/operators.py index d74b26a2..db04fbb7 100644 --- a/ppcls/data/preprocess/ops/operators.py +++ b/ppcls/data/preprocess/ops/operators.py @@ -767,6 +767,7 @@ class Pad(object): return img +# TODO(gaotingquan): integrate into RandomRotation class RandomRot90(object): """RandomRot90 """ -- GitLab