diff --git a/ppcls/configs/Pedestrian/strong_baseline_baseline.yaml b/ppcls/configs/reid/strong_baseline/baseline.yaml similarity index 96% rename from ppcls/configs/Pedestrian/strong_baseline_baseline.yaml rename to ppcls/configs/reid/strong_baseline/baseline.yaml index 3a3608ed0369d3ad06d194957c8fa81adbb809a8..d49deeeb4d27f304ac8de76b5feb6d314ed18a48 100644 --- a/ppcls/configs/Pedestrian/strong_baseline_baseline.yaml +++ b/ppcls/configs/reid/strong_baseline/baseline.yaml @@ -78,6 +78,7 @@ DataLoader: - ResizeImage: size: [128, 256] return_numpy: False + interpolation: 'bilinear' backend: "pil" - RandFlipImage: flip_code: 1 @@ -109,6 +110,7 @@ DataLoader: - ResizeImage: size: [128, 256] return_numpy: False + interpolation: 'bilinear' backend: "pil" - ToTensor: - Normalize: @@ -133,6 +135,7 @@ DataLoader: - ResizeImage: size: [128, 256] return_numpy: False + interpolation: 'bilinear' backend: "pil" - ToTensor: - Normalize: diff --git a/ppcls/configs/Pedestrian/strong_baseline_m1.yaml b/ppcls/configs/reid/strong_baseline/softmax_triplet.yaml similarity index 97% rename from ppcls/configs/Pedestrian/strong_baseline_m1.yaml rename to ppcls/configs/reid/strong_baseline/softmax_triplet.yaml index ef4b605aee5de905494b67beda0bd545a8b12fcb..c4d52cd1ef24745cd1d5fac7f7dec26fd98609e0 100644 --- a/ppcls/configs/Pedestrian/strong_baseline_m1.yaml +++ b/ppcls/configs/reid/strong_baseline/softmax_triplet.yaml @@ -90,6 +90,7 @@ DataLoader: - ResizeImage: size: [128, 256] return_numpy: False + interpolation: 'bilinear' backend: "pil" - RandFlipImage: flip_code: 1 @@ -127,6 +128,7 @@ DataLoader: - ResizeImage: size: [128, 256] return_numpy: False + interpolation: 'bilinear' backend: "pil" - ToTensor: - Normalize: @@ -151,6 +153,7 @@ DataLoader: - ResizeImage: size: [128, 256] return_numpy: False + interpolation: 'bilinear' backend: "pil" - ToTensor: - Normalize: diff --git a/ppcls/configs/Pedestrian/strong_baseline_m1_centerloss.yaml b/ppcls/configs/reid/strong_baseline/softmax_triplet_with_center.yaml similarity index 97% rename from ppcls/configs/Pedestrian/strong_baseline_m1_centerloss.yaml rename to ppcls/configs/reid/strong_baseline/softmax_triplet_with_center.yaml index 6c14bb209875354d9bc0e485aa4aa8b910d116b9..2d14c3f9ce83f231c5a664f8d24177b25543b421 100644 --- a/ppcls/configs/Pedestrian/strong_baseline_m1_centerloss.yaml +++ b/ppcls/configs/reid/strong_baseline/softmax_triplet_with_center.yaml @@ -101,6 +101,7 @@ DataLoader: - ResizeImage: size: [128, 256] return_numpy: False + interpolation: 'bilinear' backend: "pil" - RandFlipImage: flip_code: 1 @@ -138,6 +139,7 @@ DataLoader: - ResizeImage: size: [128, 256] return_numpy: False + interpolation: 'bilinear' backend: "pil" - ToTensor: - Normalize: @@ -162,6 +164,7 @@ DataLoader: - ResizeImage: size: [128, 256] return_numpy: False + interpolation: 'bilinear' backend: "pil" - ToTensor: - Normalize: