From d947892de677aca73cd1cf61bdcd51574f708193 Mon Sep 17 00:00:00 2001 From: Dongyang Jin <73057174+jdyjjj@users.noreply.github.com> Date: Fri, 22 Dec 2023 13:16:16 +0800 Subject: [PATCH] Update DeepGaitV2_sustech1k.yaml --- configs/deepgaitv2/DeepGaitV2_sustech1k.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/deepgaitv2/DeepGaitV2_sustech1k.yaml b/configs/deepgaitv2/DeepGaitV2_sustech1k.yaml index 52fed25..9649303 100644 --- a/configs/deepgaitv2/DeepGaitV2_sustech1k.yaml +++ b/configs/deepgaitv2/DeepGaitV2_sustech1k.yaml @@ -82,7 +82,8 @@ trainer_cfg: - 8 # TripletSampler, batch_size[0] indicates Number of Identity - 8 # batch_size[1] indicates Samples sequqnce for each Identity frames_num_fixed: 10 # fixed frames number for training - sample_type: fixed_unordered # fixed control input frames number, unordered for controlling order of input tensor; Other options: unfixed_ordered or all_ordered + frames_skip_num: 4 + sample_type: fixed_ordered # fixed control input frames number, unordered for controlling order of input tensor; Other options: unfixed_ordered or all_ordered type: TripletSampler transform: - type: Compose