GaitGL_GREW supported
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
data_cfg:
|
||||
dataset_name: GREW
|
||||
dataset_root: your_path
|
||||
dataset_root: /home/data/grew-pkl-fixed
|
||||
dataset_partition: ./datasets/GREW/GREW.json
|
||||
num_workers: 16
|
||||
remove_no_gallery: false # Remove probe if no gallery for it
|
||||
@@ -92,7 +92,7 @@ trainer_cfg:
|
||||
batch_shuffle: true
|
||||
batch_size:
|
||||
- 32 # TripletSampler, batch_size[0] indicates Number of Identity
|
||||
- 4 # batch_size[1] indicates Samples sequqnce for each Identity
|
||||
- 8 # batch_size[1] indicates Samples sequqnce for each Identity
|
||||
frames_num_fixed: 30 # fixed frames number for training
|
||||
frames_num_max: 50 # max frames number for unfixed training
|
||||
frames_num_min: 25 # min frames number for unfixed traing
|
||||
|
||||
Reference in New Issue
Block a user