From 204bfcf472987176fca9916c017ad4f6b0cec327 Mon Sep 17 00:00:00 2001 From: Junhao Liang <43094337+darkliang@users.noreply.github.com> Date: Mon, 27 Feb 2023 23:19:55 +0800 Subject: [PATCH] fix transform bug --- configs/default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/default.yaml b/configs/default.yaml index 8467662..960fabf 100644 --- a/configs/default.yaml +++ b/configs/default.yaml @@ -18,7 +18,7 @@ evaluator_cfg: sample_type: all_ordered type: InferenceSampler transform: - type: BaseSilCuttingTransform + - type: BaseSilCuttingTransform metric: euc # cos cross_view_gallery: false @@ -69,4 +69,4 @@ trainer_cfg: sample_type: fixed_unordered type: TripletSampler transform: - type: BaseSilCuttingTransform + - type: BaseSilCuttingTransform