Skip to content

Commit

Permalink
Merge pull request #176 from jdyjjj/patch-3
Browse files Browse the repository at this point in the history
Update DeepGaitV2_sustech1k.yaml
  • Loading branch information
ChaoFan996 authored Jan 1, 2024
2 parents a7b8694 + d947892 commit 91045c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/deepgaitv2/DeepGaitV2_sustech1k.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91045c6

Please sign in to comment.