From a3a3da2165c8852ac27d196fd2c31183b2a8c660 Mon Sep 17 00:00:00 2001 From: gaotingquan Date: Mon, 13 Jun 2022 09:24:36 +0000 Subject: [PATCH] fix: fix demo img path --- ppcls/configs/PULC/vehicle_attribute/PPLCNet_x1_0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppcls/configs/PULC/vehicle_attribute/PPLCNet_x1_0.yaml b/ppcls/configs/PULC/vehicle_attribute/PPLCNet_x1_0.yaml index 508f3a93..a3369a9e 100644 --- a/ppcls/configs/PULC/vehicle_attribute/PPLCNet_x1_0.yaml +++ b/ppcls/configs/PULC/vehicle_attribute/PPLCNet_x1_0.yaml @@ -123,7 +123,7 @@ DataLoader: use_shared_memory: True Infer: - infer_imgs: ./deploy/images/PULC/vehicle_attr/0002_c002_00030670_0.jpg + infer_imgs: ./deploy/images/PULC/vehicle_attribute/0002_c002_00030670_0.jpg batch_size: 10 transforms: - DecodeImage: -- GitLab